Przeglądaj źródła

changed -h to -L

Daniel Gibbs 9 lat temu
rodzic
commit
2a49480713
1 zmienionych plików z 1 dodań i 1 usunięć
  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 server uses SteamCMD create a symbolic link to the Steam logs
 if [ -d "${rootdir}/Steam/logs" ]; then
 if [ -d "${rootdir}/Steam/logs" ]; then
-	if [ ! -h "${logdir}/steamcmd" ]; then
+	if [ ! -L "${logdir}/steamcmd" ]; then
 		ln -nfsv "${rootdir}/Steam/logs" "${logdir}/steamcmd"
 		ln -nfsv "${rootdir}/Steam/logs" "${logdir}/steamcmd"
 	fi
 	fi
 fi
 fi