sh.zio.backup: prototyping
This commit is contained in:
parent
7ff9c71e57
commit
b358e5b924
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue