Explorar o código

corrected check for fn_parms

UltimateByte %!s(int64=10) %!d(string=hai) anos
pai
achega
ff8efabf52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/command_details.sh

+ 1 - 1
functions/command_details.sh

@@ -636,7 +636,7 @@ fn_details_disk
 fn_details_gameserver
 fn_details_backup
 # Some game servers do not have parms.
-if [ "${gamename}" != "Teamspeak 3" ]||[ "${engine}" != "avalanche" ]||[ "${engine}" != "dontstarve" ]||[ "${engine}" != "projectzomboid" ]; then
+if [ "${gamename}" != "Teamspeak 3" ]&&[ "${engine}" != "avalanche" ]&&[ "${engine}" != "dontstarve" ]&&[ "${engine}" != "projectzomboid" ]; then
 	fn_parms
 	fn_details_commandlineparms
 fi