home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31cb988
)
Explicitely call python3 in wrapper script, don't trust script hashbang.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 25 Aug 2015 04:07:33 +0000
(06:07 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 25 Aug 2015 04:07:33 +0000
(06:07 +0200)
start_server_client_union.sh
patch
|
blob
|
history
diff --git
a/start_server_client_union.sh
b/start_server_client_union.sh
index ad05038c54ff3d3ad4908315260d213d3f1b0181..116a18858730db1d08d348642cf8c3dbe55228cc 100755
(executable)
--- a/
start_server_client_union.sh
+++ b/
start_server_client_union.sh
@@
-32,7
+32,7
@@
fi
# Use shell script's arguments for server and pipe server output to log file.
# This script's wrapper script will read it out on exit.
-./roguelike-server "$@" > log 2>&1 &
+
python3
./roguelike-server "$@" > log 2>&1 &
# Give server some time to start up and exit on error.
sleep 0.01