From: Christian Heller Date: Sun, 8 Mar 2015 16:03:31 +0000 (+0100) Subject: Server/py: Fix file name bug in startup wrapper script. X-Git-Tag: tce~366 X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=70b166d8d294389758d2d0679e96d802277b164c Server/py: Fix file name bug in startup wrapper script. --- diff --git a/roguelike_python b/roguelike_python index b002721..74f7f34 100755 --- a/roguelike_python +++ b/roguelike_python @@ -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