typos
All checks were successful
Build and Push Docker Image / build (push) Successful in 50s

This commit is contained in:
2025-10-21 01:05:14 -07:00
parent 300ad5b49c
commit d1677f92c6

View File

@@ -6,7 +6,7 @@ if [[ -f /config/backupbot.env ]]; then
else else
echo "[INFO] copying env vars from defaults..." echo "[INFO] copying env vars from defaults..."
cp -r /defaults/backupbot.env /config/ cp -r /defaults/backupbot.env /config/
export $(grep -V '^#' /config/backupbot.env) export $(grep -V '^#' /config/backupbot.env | xargs)
fi fi
# Initialize default web interface if missing # Initialize default web interface if missing
if [ ! -d /config/web ]; then if [ ! -d /config/web ]; then