Browse Source

changed -h to -L

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
2a49480713
  1. 2
      lgsm/functions/install_logs.sh

2
lgsm/functions/install_logs.sh

@ -42,7 +42,7 @@ fi
# If server uses SteamCMD create a symbolic link to the Steam logs
if [ -d "${rootdir}/Steam/logs" ]; then
if [ ! -h "${logdir}/steamcmd" ]; then
if [ ! -L "${logdir}/steamcmd" ]; then
ln -nfsv "${rootdir}/Steam/logs" "${logdir}/steamcmd"
fi
fi

Loading…
Cancel
Save