sh.zio.backup: fix logfile not uploading
parent
93d123d8e8
commit
ddd10e13b7
|
@ -139,7 +139,7 @@ function invoke_script() {
|
|||
if [[ "$script_result" == 0 ]]; then
|
||||
trigger_notify "success" "Backup script succeeded: $backup_script_name" "$script_log_path"
|
||||
else
|
||||
trigger_notify "error" "Backup script failed: $backup_script_name" "$(cat "$script_error_log_path")"
|
||||
trigger_notify "error" "Backup script failed: $backup_script_name" "$script_error_log_path"
|
||||
fi
|
||||
|
||||
rm -f "$script_error_log_path"
|
||||
|
|
Loading…
Reference in New Issue