2
0
Fork 0

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

This commit is contained in:
Ducky 2024-04-01 23:32:44 +01:00
parent b3a3400271
commit dc0ca4277b

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