2
0
Fork 0

sh.zio.backup: fix error log not being in log

main
Ducky 2024-04-01 23:32:44 +01:00
parent b3a3400271
commit dc0ca4277b
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ function invoke_script() {
if [[ -f "$script_error_log_path" ]]; then
cat "$script_error_log_path"
cat "$script_error_log_path" >> "$script_log_path"
fi
if [[ "$script_result" == 0 ]]; then