Browse Source

Revert fn_install_logs, it doesn't need changing

pull/478/head
Bryce Van Dyk 10 years ago
parent
commit
faffd89e61
  1. 4
      functions/fn_install_logs

4
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
Loading…
Cancel
Save