From faffd89e61630b03b416dc746ea41c07d61757a4 Mon Sep 17 00:00:00 2001 From: Bryce Van Dyk Date: Mon, 7 Sep 2015 21:50:48 +1200 Subject: [PATCH] Revert fn_install_logs, it doesn't need changing --- functions/fn_install_logs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_install_logs b/functions/fn_install_logs index 6ac465fee..ee1a47287 100644 --- a/functions/fn_install_logs +++ b/functions/fn_install_logs @@ -2,7 +2,7 @@ # LGSM fn_install_logs function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 070915 +# Version: 240415 if [ "${checklogs}" != "1" ]; then echo "" @@ -44,4 +44,4 @@ if [ -d "${rootdir}/Steam/logs" ]; then ln -nfsv "${rootdir}/Steam/logs" "${rootdir}/log/steamcmd" fi fi -sleep 1 +sleep 1 \ No newline at end of file