Skip to content

Commit

Permalink
Update run-client.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Collin Chin <[email protected]>
  • Loading branch information
collinc97 authored Oct 11, 2023
1 parent 9234cbe commit 8f5708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# USAGE examples:
# CLI : ./run-client.sh

COMMAND='cargo run --release -- start --nodisplay'
COMMAND='cargo run --release -- start --nodisplay --client'

for word in $*;
do
Expand Down

0 comments on commit 8f5708c

Please sign in to comment.