Skip to content

Commit

Permalink
run python scripts from run.sh using the python command
Browse files Browse the repository at this point in the history
  • Loading branch information
Spycho committed Jul 19, 2017
1 parent 4ecf99a commit 139693b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aimmo-game-worker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set -e

dir=$(mktemp -d)

./initialise.py $dir
python ./initialise.py $dir

export PYTHONPATH=$dir:$PYTHONPATH

exec ./service.py $1 $2 $dir
exec python ./service.py $1 $2 $dir

0 comments on commit 139693b

Please sign in to comment.