Fix an issue with many apps not starting

This commit is contained in:
Aaron Dewes 2021-11-09 17:44:53 +00:00
parent bc15b7bff3
commit 2340a57467

View File

@ -123,6 +123,8 @@ if [[ ! -f "${CITADEL_ROOT}/services/installed.json" ]]; then
echo '["electrs"]' > "${CITADEL_ROOT}/services/installed.json"
fi
mv "$CITADEL_ROOT/db/umbrel-seed" "$CITADEL_ROOT/db/citadel-seed" || true
# Start updated containers
echo "Starting new containers"
cat <<EOF > "$CITADEL_ROOT"/statuses/update-status.json