Allow to not validate on start

Closes #165
This commit is contained in:
Pau RE
2024-12-10 19:28:58 +01:00
parent f82932451e
commit 437f2e9d51
4 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
set -Eeo pipefail
# Prevalidate configuration (don't source)
/env.sh
if [ "${VALIDATE_ON_START}" = "TRUE" ]; then
/env.sh
fi
EXTRA_ARGS=""
# Initial background backup