UltimateByte 9 лет назад
Родитель
Сommit
6d15a580e7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/command_details.sh

+ 1 - 1
lgsm/functions/command_details.sh

@@ -351,7 +351,7 @@ fn_details_ark(){
 		echo -e "> Game\tINBOUND\t${port}\tudp"
 		# Don't do arithmetics if ever the port wasn't a numeric value
 		if [ "${port}" -eq "${port}" ]; then 
-			echo -e "> RAW\t\INBOUND\t$((port+1))\tudp
+			echo -e "> RAW\t\INBOUND\t$((port+1))\tudp"
 		fi
 		echo -e "> Query\tINBOUND\t${queryport}\tudp"
 		echo -e "> RCON\INBOUND\t${rconport}\ttcp"