Explorar el Código

changed -h to -L

Daniel Gibbs hace 9 años
padre
commit
2a49480713
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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