Fix script execution params

This commit is contained in:
Derek Smith 2023-03-18 11:08:11 -04:00
parent 2b608585c5
commit bde59ef717
Signed by: farscapian
GPG Key ID: B443E530A14E1C90

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -eux
set -eu
cd "$(dirname "$0")"
FILE_COUNT="$(find "$LOCAL_BACKUP_PATH" -type f | wc -l)"