fix default run cmd
This commit is contained in:
parent
6df13ab697
commit
a2b047f467
1 changed files with 1 additions and 1 deletions
2
pxl8.sh
2
pxl8.sh
|
|
@ -540,7 +540,7 @@ case "$COMMAND" in
|
||||||
trap stop_server EXIT
|
trap stop_server EXIT
|
||||||
|
|
||||||
if [[ -z "$CART" ]]; then
|
if [[ -z "$CART" ]]; then
|
||||||
"$BINDIR/pxl8" $EXTRA_ARGS
|
"$BINDIR/pxl8" demo $EXTRA_ARGS
|
||||||
else
|
else
|
||||||
"$BINDIR/pxl8" "$CART" $EXTRA_ARGS
|
"$BINDIR/pxl8" "$CART" $EXTRA_ARGS
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue