Skip to content

Commit

Permalink
run.sh: Allow passing parameters to the daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Oct 31, 2024
1 parent bc50a70 commit df341f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ pip install --prefix ".env" dist/*.whl --force-reinstall
if [[ ${1-} == 'daemon' ]]; then
# Kill any existing daemons before spawning our own
pkill -f scc-daemon || true
scc-daemon debug
shift
scc-daemon debug $@
else
sc-controller $@
fi

0 comments on commit df341f0

Please sign in to comment.