Hoist control for exiting script a level up

This commit is contained in:
Frederik Ring
2024-02-07 19:24:05 +01:00
parent d14e826529
commit 749ca85db9
5 changed files with 143 additions and 113 deletions

View File

@@ -13,6 +13,8 @@ docker compose up -d --quiet-pull
# sleep until a backup is guaranteed to have happened on the 1 minute schedule
sleep 100
docker compose logs backup
if [ ! -f "$LOCAL_DIR/conf.tar.gz" ]; then
fail "Config from file was not used."
fi