mirror of
https://github.com/mag37/dockcheck.git
synced 2026-02-15 07:48:14 +01:00
Command execution and log function
This commit is contained in:
parent
81d5ef65f6
commit
bae266a58d
3 changed files with 222 additions and 69 deletions
|
|
@ -317,7 +317,7 @@ send_summary_notification() {
|
|||
|
||||
MessageTitle="$FromHost - Action summary"
|
||||
|
||||
UpdToString=$( printf '%s\\n' "${Actions[@]}" )
|
||||
UpdToString=$( printf '%s\\n' "${actionbuf[@]}" )
|
||||
UpdToString="${UpdToString%, }"
|
||||
UpdToString=${UpdToString%\\n}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue