From 2b596ee6da01b636d3654365822a15a715a91c2a Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:50:29 +0100 Subject: [PATCH] Update update.sh --- files/builds/stable-branch/bin/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/builds/stable-branch/bin/update.sh b/files/builds/stable-branch/bin/update.sh index 32e4241..23dc247 100644 --- a/files/builds/stable-branch/bin/update.sh +++ b/files/builds/stable-branch/bin/update.sh @@ -117,7 +117,7 @@ function setupact-check-info { elif [ $connection -eq 1 ] && [ $get_update -eq 0 ]; then setupact-no-update-info else - setupact-no-connection-error + setupact-no-connection-warning fi }