From 1c24983067f0ddb52836b02048e839f2d47f39f7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 19 May 2015 20:43:06 +0100 Subject: [PATCH] capital letters --- functions/fn_update_check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_update_check b/functions/fn_update_check index cf822f539..e3c6842ee 100644 --- a/functions/fn_update_check +++ b/functions/fn_update_check @@ -54,8 +54,8 @@ if [ "${appmanifestfilewc}" -ge "2" ]; then fi elif [ "${appmanifestfilewc}" -eq "0" ]; then if [ "${forceupdate}" -eq "1" ]; then - fn_printfail "Still no appmanifest_${appid}.acf found: unable to update" - fn_scriptlog "Warning! Still no appmanifest_${appid}.acf found: unable to update" + fn_printfail "Still no appmanifest_${appid}.acf found: Unable to update" + fn_scriptlog "Warning! Still no appmanifest_${appid}.acf found: Unable to update" exit fi forceupdate=1