new template file location

This commit is contained in:
Enno Rehling 2017-09-03 20:28:27 +02:00
parent e36f607fed
commit 0386aafa7b
1 changed files with 1 additions and 1 deletions

View File

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