From f5c5dbd5676f9b5d6ece99ff57270161a5300dd5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 8 May 2016 22:53:56 +0100 Subject: [PATCH] added missing fi --- lgsm/functions/install_ut2k4_key.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/install_ut2k4_key.sh b/lgsm/functions/install_ut2k4_key.sh index 19ae650a1..a0f32dd2a 100644 --- a/lgsm/functions/install_ut2k4_key.sh +++ b/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"