소스 검색

Corrected configdir location

Daniel Gibbs 9 년 전
부모
커밋
6f9e00098e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/check_ip.sh

+ 1 - 1
lgsm/functions/check_ip.sh

@@ -30,7 +30,7 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi
 				echo -en "Set ${ipinconfigvar} to one of the following:\n"
 			else
 				fn_print_information_nl "Specify the IP you want to use within a LinuxGSM config file."
-				echo -en "location: ${configdir}\n"
+				echo -en "location: ${configdirserver}\n"
 				echo ""
 				echo -en "Set ip=\"0.0.0.0\" to one of the following:\n"
 			fi