Update komodo.sh

This commit is contained in:
CanbiZ 2025-05-05 14:05:38 +02:00
parent 7f6639ed86
commit 8029eab7d6

View File

@ -49,6 +49,7 @@ function update_script() {
fi fi
$STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env up -d $STD docker compose -p komodo -f "$COMPOSE_FILE" --env-file /opt/komodo/compose.env up -d
msg_ok "Updated ${APP}" msg_ok "Updated ${APP}"
exit
} }
start start