Allow stopping to fail safely

This commit is contained in:
Aaron Dewes 2022-03-05 16:29:53 +01:00 committed by GitHub
parent bf5a848f24
commit 1491d9d363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ cat <<EOF > "$CITADEL_ROOT"/statuses/update-status.json
{"state": "installing", "progress": 67, "description": "Stopping old containers", "updateTo": "$RELEASE"}
EOF
cd "$CITADEL_ROOT"
./scripts/stop
./scripts/stop || true
# Overlay home dir structure with new dir tree