diff --git a/scripts/update/01-run.sh b/scripts/update/01-run.sh index 23dbb22..92d9102 100755 --- a/scripts/update/01-run.sh +++ b/scripts/update/01-run.sh @@ -127,6 +127,10 @@ echo "Stopping existing containers" cat < "$UMBREL_ROOT"/statuses/update-status.json {"state": "installing", "progress": 70, "description": "Removing old containers", "updateTo": "$RELEASE"} EOF + +# Simulate crash here +false + cd "$UMBREL_ROOT" ./scripts/stop