From dc0ca4277baac2f63b9b60668c8b382670a7d3e2 Mon Sep 17 00:00:00 2001 From: Ducky Date: Mon, 1 Apr 2024 23:32:44 +0100 Subject: [PATCH] sh.zio.backup: fix error log not being in log --- usr/local/bin/sh.zio.backup | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/bin/sh.zio.backup b/usr/local/bin/sh.zio.backup index faf1b8e..6b22422 100755 --- a/usr/local/bin/sh.zio.backup +++ b/usr/local/bin/sh.zio.backup @@ -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