From 0386aafa7b6850d1c89935e6312ad9f60eb87ef1 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 3 Sep 2017 20:28:27 +0200 Subject: [PATCH] new template file location --- process/send-zip-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/send-zip-report b/process/send-zip-report index 7926de8f7..6ea2ea8e7 100755 --- a/process/send-zip-report +++ b/process/send-zip-report @@ -27,7 +27,7 @@ fi if [ -e $GAME/$TEMPLATE ]; then TEMPLATE=$GAME/$TEMPLATE else -TEMPLATE=$ERESSEA/etc/$TEMPLATE +TEMPLATE=$ERESSEA/server/etc/$TEMPLATE fi if [ ! -e $TEMPLATE ]; then