diff --git a/ct/komodo.sh b/ct/komodo.sh index 99c02a8..ff319db 100644 --- a/ct/komodo.sh +++ b/ct/komodo.sh @@ -49,6 +49,7 @@ function update_script() { fi $STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env up -d msg_ok "Updated ${APP}" + exit } start