mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-08 12:07:37 +08:00
Fix for issue 1517 'DOI Setup Broken'
When attempting to install Day of Infamy it will fail with the following: Creating log directories ================================= installing log dir: /home/doiserver/log...OK installing LinuxGSM log dir: ...mkdir: cannot create directory '': No such file or directory FAIL --- The 'lgsmlogdir' variable is missing in doiserver.
This commit is contained in:
parent
22215b7db8
commit
24254e19d4
@ -29,6 +29,7 @@ servicename="${selfname}"
|
||||
lockselfname=".${servicename}.lock"
|
||||
lgsmdir="${rootdir}/lgsm"
|
||||
logdir="${rootdir}/log"
|
||||
lgsmlogdir="${logdir}/lgsm"
|
||||
steamcmddir="${rootdir}/steamcmd"
|
||||
serverfiles="${rootdir}/serverfiles"
|
||||
functionsdir="${lgsmdir}/functions"
|
||||
@ -371,4 +372,4 @@ else
|
||||
fi
|
||||
getopt=$1
|
||||
core_getopt.sh
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user