2
0
Fork 0

sh.zio.backup: prototyping

main
Ducky 2024-04-01 23:17:35 +01:00
parent 7ff9c71e57
commit b358e5b924
1 changed files with 3 additions and 1 deletions

View File

@ -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>&-