|
|
@ -2,7 +2,8 @@ |
|
|
|
# LGSM fn_check_logs function |
|
|
|
# Author: Daniel Gibbs |
|
|
|
# Website: http://gameservermanagers.com |
|
|
|
# Version: 190515 |
|
|
|
lgsm_version="061115" |
|
|
|
|
|
|
|
# Description: Checks that log files exist on server start |
|
|
|
|
|
|
|
# Create dir's for the script and console logs |
|
|
@ -13,4 +14,4 @@ if [ ! -d "${scriptlogdir}" ]; then |
|
|
|
echo -en "\n" |
|
|
|
checklogs=1 |
|
|
|
fn_install_logs |
|
|
|
fi |
|
|
|
fi |
|
|
|