create default directory log
This commit is contained in:
parent
25dee507bb
commit
693067feec
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ then
|
||||||
bash
|
bash
|
||||||
elif [[ $METHOD_START -eq 6 ]]
|
elif [[ $METHOD_START -eq 6 ]]
|
||||||
then
|
then
|
||||||
|
mkdir -p /home/gameserver/log/khanat || exit 2
|
||||||
msg_debug "start with OpenNelManager"
|
msg_debug "start with OpenNelManager"
|
||||||
touch /home/gameserver/opennelmanager.flag
|
touch /home/gameserver/opennelmanager.flag
|
||||||
python3 -m pymanager.manager -c /home/gameserver/khanat/khaganat.cfg --log DEBUG --filelog /home/gameserver/log/khanat/OpenNelManager.log --launch-program &
|
python3 -m pymanager.manager -c /home/gameserver/khanat/khaganat.cfg --log DEBUG --filelog /home/gameserver/log/khanat/OpenNelManager.log --launch-program &
|
||||||
|
|
Loading…
Reference in a new issue