소스 검색

added missing fi

Daniel Gibbs 10 년 전
부모
커밋
f5c5dbd567
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lgsm/functions/install_ut2k4_key.sh

+ 2 - 1
lgsm/functions/install_ut2k4_key.sh

@@ -20,7 +20,8 @@ if [ -z "${autoinstall}" ]; then
 	read CODE
 	echo ""\""CDKey"\""="\""${CODE}"\""" > "${systemdir}/cdkey"
 	if [ -f "${systemdir}/cdkey" ]; then
-	fn_scriptlog "UT2K4 Server CD Key created"
+		fn_scriptlog "UT2K4 Server CD Key created"
+	fi	
 else
 	echo "You can add your key using the following command"
 	echo "./${selfname} server-cd-key"