mirror of
https://github.com/runcitadel/core.git
synced 2024-12-28 15:42:59 +00:00
Allow stopping to fail safely
This commit is contained in:
parent
bf5a848f24
commit
1491d9d363
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user