Browse Source

Revert "Simulate OTA fail"

This reverts commit 5484f87566.
docker-auto-recover
Luke Childs 3 years ago
parent
commit
94ee50dade
  1. 4
      scripts/update/01-run.sh

4
scripts/update/01-run.sh

@ -127,10 +127,6 @@ echo "Stopping existing containers"
cat <<EOF > "$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

Loading…
Cancel
Save