Skip to content

Commit

Permalink
pass parameters down to 'q2'
Browse files Browse the repository at this point in the history
Can be used to start different environments, i.e.: start -E prod
  • Loading branch information
ar committed Sep 17, 2019
1 parent 1d3a8aa commit b1335a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpos/src/dist/bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cd `dirname $0`
echo Starting Q2
nohup ./q2 > /dev/null 2>&1 &
nohup ./q2 "$@" > /dev/null 2>&1 &

0 comments on commit b1335a5

Please sign in to comment.