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