Daniel Gibbs 9 anni fa
parent
commit
2a49480713
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lgsm/functions/install_logs.sh

+ 1 - 1
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