Преглед на файлове

Update cronicle.sh

fix for worker
tteckster преди 2 години
родител
ревизия
c90063059f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ct/cronicle.sh

+ 1 - 1
ct/cronicle.sh

@@ -51,7 +51,7 @@ function default_settings() {
 }
 }
 
 
 function update_script() {
 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 \
 UPD=$(whiptail --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 2 \
   "1" "Update ${APP}" ON \
   "1" "Update ${APP}" ON \
   "2" "Install ${APP} Worker" OFF \
   "2" "Install ${APP} Worker" OFF \