Fixed panel restart

This commit is contained in:
Divarion-D
2025-12-01 19:22:26 +03:00
parent 25d2222407
commit b146377948

View File

@@ -35,7 +35,7 @@ start() {
sudo -u xc_vm $SCRIPT/bin/php/bin/php $SCRIPT/includes/cli/connection_sync.php >/dev/null 2>/dev/null &
fi
echo 'Running in foreground...'
sleep 5
sleep infinity
}
stop() {