File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ fn_exit_dev_debug() {
1313 echo -e " ${moduleselfname} exiting with code: ${exitcode} "
1414 if [ -f " ${rootdir} /dev-debug.log" ]; then
1515 grep -a " modulefile=" " ${rootdir} /dev-debug.log" | sed ' s/modulefile=//g' > " ${rootdir} /dev-debug-module-order.log"
16- elif [ -f " ${lgsmlogdir } /dev-debug.log" ]; then
17- grep -a " modulefile=" " ${lgsmlogdir } /dev-debug.log" | sed ' s/modulefile=//g' > " ${rootdir } /dev-debug-module-order.log"
16+ elif [ -f " ${logdir } /dev-debug.log" ]; then
17+ grep -a " modulefile=" " ${logdir } /dev-debug.log" | sed ' s/modulefile=//g' > " ${logdir } /dev-debug-module-order.log"
1818 fi
1919 fi
2020}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
3232selfname=$( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " )
3333lgsmdir=" ${rootdir} /lgsm"
3434[ -n " ${LGSM_LOGDIR} " ] && logdir=" ${LGSM_LOGDIR} " || logdir=" ${rootdir} /log"
35- lgsmlogdir=" ${logdir} /lgsm "
35+ lgsmlogdir=" ${logdir} /script "
3636steamcmddir=" ${HOME} /.steam/steamcmd"
3737[ -n " ${LGSM_SERVERFILES} " ] && serverfiles=" ${LGSM_SERVERFILES} " || serverfiles=" ${rootdir} /serverfiles"
3838modulesdir=" ${lgsmdir} /modules"
You can’t perform that action at this time.
0 commit comments