sh.zio.backup: prototyping
parent
7ff9c71e57
commit
b358e5b924
|
@ -136,7 +136,9 @@ function invoke_script() {
|
|||
trigger_notify "error" "Backup script failed: $backup_script_name" "$(cat "$script_error_log")"
|
||||
fi
|
||||
|
||||
rm -f"$script_error_log"
|
||||
echo "$script_error_log"
|
||||
|
||||
#rm -f "$script_error_log"
|
||||
|
||||
set +o pipefail
|
||||
exec 3>&-
|
||||
|
|
Loading…
Reference in New Issue