Daniel Gibbs hace 8 años
padre
commit
a08a6617d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/command_dev_detect_glibc.sh

+ 1 - 1
lgsm/functions/command_dev_detect_glibc.sh

@@ -33,7 +33,7 @@ fi
 echo ""
 
 
-local glibc_check_dir_array=( steamcmddir serverfiles  )
+local glibc_check_dir_array=( steamcmddir serverfiles )
 for glibc_check_var in "${glibc_check_dir_array[@]}"
 do
 	if [ "${glibc_check_var}" == "serverfiles" ]; then