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
|
if [ -e $GAME/$TEMPLATE ]; then
|
||||||
TEMPLATE=$GAME/$TEMPLATE
|
TEMPLATE=$GAME/$TEMPLATE
|
||||||
else
|
else
|
||||||
TEMPLATE=$ERESSEA/etc/$TEMPLATE
|
TEMPLATE=$ERESSEA/server/etc/$TEMPLATE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e $TEMPLATE ]; then
|
if [ ! -e $TEMPLATE ]; then
|
||||||
|
|
Loading…
Reference in New Issue