home · contact · privacy
Server/py: Fix file name bug in startup wrapper script.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 8 Mar 2015 16:03:31 +0000 (17:03 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 8 Mar 2015 16:03:31 +0000 (17:03 +0100)
roguelike_python

index b00272187288eed4be40d1bb8df26872623ae831..74f7f34489eacced569741fe806ea4806e98739d 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Wrapper to the script so that its suppressed server messages get read on exit.
-./start_server_client_union.sh "$@"
+./start_server_python_client_union.sh "$@"
 
 # For some reason, mere sync won't ensure a log is written out, so wait a while.
 sync