mirror of
https://github.com/runcitadel/core.git
synced 2024-11-12 00:39:53 +00:00
Fix stop script
This commit is contained in:
parent
606bbabbd6
commit
e599cc0a92
|
@ -32,13 +32,9 @@ export COMPOSE_HTTP_TIMEOUT=240
|
|||
|
||||
echo "Stopping installed apps..."
|
||||
echo
|
||||
"${CITADEL_ROOT}/app/app-manager.py" stop installed &
|
||||
"${CITADEL_ROOT}/app/app-manager.py" stop installed
|
||||
echo
|
||||
|
||||
echo "Stopping Docker services..."
|
||||
echo
|
||||
docker compose down &
|
||||
|
||||
echo "Waiting for everything to finish"
|
||||
wait
|
||||
|
||||
docker compose down
|
||||
|
|
Loading…
Reference in New Issue
Block a user