From: Christian Heller <c.heller@plomlompom.de>
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/%7B%7Bdb.prefix%7D%7D/static/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/cards?a=commitdiff_plain;h=70b166d8d294389758d2d0679e96d802277b164c;p=plomrogue

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