Explorar o código

added missing quotes

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
dfbcee27eb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      functions/fn_check_ip

+ 2 - 2
functions/fn_check_ip

@@ -2,12 +2,12 @@
 # LGSM fn_check_ip function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="061115"
+lgsm_version="201215"
 
 # Description: Automatically identifies the server interface IP.
 # If multiple interfaces are detected the user will need to manualy set using ip="0.0.0.0".
 
-if [ ! -f /bin/ip ]; then
+if [ ! -f "/bin/ip" ]; then
 	ipcommand="/sbin/ip"
 else
 	ipcommand="ip"