mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
@@ -116,6 +116,10 @@ FUNCTIONS=(
|
||||
# copy configuration files that user modified and other custom data
|
||||
move_openadmin_data
|
||||
|
||||
# update images!
|
||||
update_docker_images
|
||||
|
||||
|
||||
# install pip requirements for admin panel
|
||||
pip_install_for_admin
|
||||
|
||||
@@ -350,6 +354,10 @@ print_header() {
|
||||
|
||||
|
||||
|
||||
update_docker_images() {
|
||||
opencli docker-update_images
|
||||
}
|
||||
|
||||
reload_services() {
|
||||
echo "Reloading services.."
|
||||
service panel restart
|
||||
|
||||
Reference in New Issue
Block a user