mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
97a3c9807a
commit
c5a6b78522
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user