From fba7d5c2a15cdc052249b831efc6dda5a4212ec8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 22 May 2024 19:46:48 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.1.7/UPDATE.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/version/0.1.7/UPDATE.sh b/version/0.1.7/UPDATE.sh index f245645c..437488bc 100644 --- a/version/0.1.7/UPDATE.sh +++ b/version/0.1.7/UPDATE.sh @@ -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