From cb306c53f85b52cc7de6655ace5542292680ff67 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 22 May 2024 19:50:30 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.1.7/UPDATE.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/version/0.1.7/UPDATE.sh b/version/0.1.7/UPDATE.sh index 6c1d463d..f6ee2f49 100644 --- a/version/0.1.7/UPDATE.sh +++ b/version/0.1.7/UPDATE.sh @@ -135,6 +135,10 @@ FUNCTIONS=( # set cronjobs set_system_cronjob + + # remove goaccess since we now use docker + uninstall_goaccess + # delete temp files and (maybe) old panel versison cleanup @@ -416,6 +420,13 @@ run_custom_postupdate_script() { + +uninstall_goaccess() { + echo "Removing GoAccess service.." + apt-get uninstall goaccess -y +} + + update_services() { echo "Updating services.." # nothing for 0.1.7