소스 검색

missed ""

Daniel Gibbs 11 년 전
부모
커밋
a2d511a6f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/fn_details_config

+ 1 - 1
functions/fn_details_config

@@ -5,7 +5,7 @@
 # Version: 100715
 
 # Description: Gets specific details from config files.
-if [ -e ${servercfgfullpath} ]; then
+if [ -e "${servercfgfullpath}" ]; then
 	if [ "${engine}" == "avalanche" ]; then
 		 servername=$(grep -s Name "${servercfgfullpath}"|sed 's/Name//g'|tr -d '=\"; '|sed 's/,//g')