forked from github/server
we do not need eressea.conf
This commit is contained in:
parent
6d5749308d
commit
e6f676c30c
|
@ -8,7 +8,6 @@ if [ ! -f reports.txt ]; then
|
|||
exit -2
|
||||
fi
|
||||
source $HOME/bin/functions.sh
|
||||
source $ERESSEA/etc/eressea.conf
|
||||
|
||||
TEMPLATE=report-mail.txt
|
||||
if [ "$1" == "-Lde" ]
|
||||
|
|
|
@ -8,7 +8,6 @@ if [ -z $ERESSEA ]; then
|
|||
exit -2
|
||||
fi
|
||||
source $HOME/bin/functions.sh
|
||||
source $HOME/etc/eressea.conf
|
||||
|
||||
GAME=$1
|
||||
EMAIL=$2
|
||||
|
|
|
@ -8,7 +8,6 @@ if [ -z $ERESSEA ]; then
|
|||
exit -2
|
||||
fi
|
||||
source $HOME/bin/functions.sh
|
||||
source $ERESSEA/etc/eressea.conf
|
||||
|
||||
if [ ! -z $1 ]; then
|
||||
GAME=$ERESSEA/game-$1
|
||||
|
|
Loading…
Reference in New Issue