mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
More fixes
This commit is contained in:
parent
8cbaf7ff8a
commit
5f2a08cbdb
|
@ -159,7 +159,8 @@ cat <<EOF > "$CITADEL_ROOT"/statuses/update-status.json
|
|||
{"state": "installing", "progress": 80, "description": "Starting new containers", "updateTo": "$RELEASE"}
|
||||
EOF
|
||||
cd "$CITADEL_ROOT"
|
||||
docker network rm citadel_main_network || true
|
||||
docker network rm umbrel_main_network || true
|
||||
rm -rf "$CITADEL_ROOT"/tor/torrc-*
|
||||
./scripts/start
|
||||
|
||||
cat <<EOF > "$CITADEL_ROOT"/statuses/update-status.json
|
||||
|
|
Loading…
Reference in New Issue
Block a user