fix default run cmd

This commit is contained in:
asrael 2026-01-31 09:38:49 -06:00
parent 6df13ab697
commit a2b047f467

View file

@ -540,7 +540,7 @@ case "$COMMAND" in
trap stop_server EXIT
if [[ -z "$CART" ]]; then
"$BINDIR/pxl8" $EXTRA_ARGS
"$BINDIR/pxl8" demo $EXTRA_ARGS
else
"$BINDIR/pxl8" "$CART" $EXTRA_ARGS
fi