Skip to content

Commit

Permalink
Merge pull request XX-net#11284 from XX-net/mac-patch
Browse files Browse the repository at this point in the history
add python2 path to start script
close XX-net#11108
  • Loading branch information
SeaHOH authored Aug 9, 2018
2 parents 138ed68 + 06b76c4 commit d176ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ done
# Start Application
if [ $os_name = 'Darwin' ] && ! [ $HANGUP = '1' ]; then
echo "Run XX-Net in background."
PYTHON="/usr/bin/python2.7"
launchWithNoHungup $ARGS
else
launchWithHungup $ARGS
Expand Down

0 comments on commit d176ebb

Please sign in to comment.