forked from github/server
new template file location
This commit is contained in:
parent
e36f607fed
commit
0386aafa7b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue