From c90063059f40fc23350de25ad5b7fbae2055520c Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 28 Apr 2023 07:22:15 -0400 Subject: [PATCH] Update cronicle.sh fix for worker --- ct/cronicle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/cronicle.sh b/ct/cronicle.sh index e210d897..8b45e79f 100644 --- a/ct/cronicle.sh +++ b/ct/cronicle.sh @@ -51,7 +51,7 @@ function default_settings() { } function update_script() { -if [[ ! -d /opt/cronicle ]]; then msg_error "No ${APP} Installation Found!"; exit; fi +#if [[ ! -d /opt/cronicle ]]; then msg_error "No ${APP} Installation Found!"; exit; fi UPD=$(whiptail --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 2 \ "1" "Update ${APP}" ON \ "2" "Install ${APP} Worker" OFF \