From f5db34058954c7d13fd9f6251fd38d1bf7d8c699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Thu, 3 Mar 2022 21:41:48 +0100 Subject: [PATCH] Update functions.sh --- fragments/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fragments/functions.sh b/fragments/functions.sh index 0ce8f59..568256a 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -246,7 +246,7 @@ getAppVersion() { if [[ $SKIP_UNINSTALLED -eq 1 ]]; then cleanupAndExit 0 "No previous app found, and SKIP_UNINSTALLED=1." REQ else - printlog "No previous app found" DEBUG + printlog "No previous app found" WARN fi else printlog "App(s) found: ${applist}" INFO @@ -269,7 +269,7 @@ getAppVersion() { if [[ -d "$installedAppPath"/Contents/_MASReceipt ]];then printlog "Installed $appName is from App Store, use “IGNORE_APP_STORE_APPS=yes” to replace." if [[ $IGNORE_APP_STORE_APPS == "yes" ]]; then - printlog "Replacing App Store apps, no matter the version" + printlog "Replacing App Store apps, no matter the version" WARN appversion=0 else cleanupAndExit 1 "App previously installed from App Store, and we respect that" ERROR