From 70b166d8d294389758d2d0679e96d802277b164c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 8 Mar 2015 17:03:31 +0100
Subject: [PATCH] Server/py: Fix file name bug in startup wrapper script.

---
 roguelike_python | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.30.2