From bde59ef71718fd8810762dbbbd4877a7968a8cd1 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sat, 18 Mar 2023 11:08:11 -0400 Subject: [PATCH] Fix script execution params --- www/restore_path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/restore_path.sh b/www/restore_path.sh index f999acb..6844f9b 100755 --- a/www/restore_path.sh +++ b/www/restore_path.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -eux +set -eu cd "$(dirname "$0")" FILE_COUNT="$(find "$LOCAL_BACKUP_PATH" -type f | wc -l)"