From c5a6b785223edbc1fab9ac6d3f7ca44ddaa84950 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 22 Aug 2024 12:26:53 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.5/UPDATE.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/version/0.2.5/UPDATE.sh b/version/0.2.5/UPDATE.sh index 478c4309..af4aecc3 100644 --- a/version/0.2.5/UPDATE.sh +++ b/version/0.2.5/UPDATE.sh @@ -128,6 +128,9 @@ FUNCTIONS=( # file watcher removed in 025 uninstall_watcher_service + + # temp for cahnegs in upcoming 0.2.6 + disable_update_one_time_only # openpanel/openpanel should be downloaded now! docker_compose_up_with_newer_images @@ -434,6 +437,12 @@ download_new_admin() { +disable_update_one_time_only(){ + + opencli config update autopatch off + +} + uninstall_watcher_service(){ systemctl stop watcher.service