Przeglądaj źródła

Fixed error being reported

Daniel Gibbs 10 lat temu
rodzic
commit
934a674490
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      functions/command_details.sh

+ 2 - 2
functions/command_details.sh

@@ -2,7 +2,7 @@
 # LGSM command_details.sh function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="060116"
+lgsm_version="190316"
 
 # Description: Displays server infomation.
 
@@ -316,7 +316,7 @@ echo -e ""
 echo -e "Useful port diagnostic command:"
 echo -e "netstat -atunp | grep qzeroded"
 echo -e ""
-if [ -z "${port}" ]||[ -z "${queryport}" ]||[ -z "${masterport}" ]; then
+if [ -z "${port}" ]||[ -z "${rconport}" ]||[ -z "${statsport}" ]; then
 	echo -e "\e[0;31mERROR!\e[0m Missing/commented ports in ${servercfg}."
 	echo -e ""
 fi