sh.zio.backup: fix error log not being in log
parent
b3a3400271
commit
dc0ca4277b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue