From 3f782f01011157ec0027b176c7023e7f7ca90b1c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 19 Aug 2024 13:13:25 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.5/UPDATE.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/version/0.2.5/UPDATE.sh b/version/0.2.5/UPDATE.sh index 9443ab98..05734f5d 100644 --- a/version/0.2.5/UPDATE.sh +++ b/version/0.2.5/UPDATE.sh @@ -131,9 +131,6 @@ FUNCTIONS=( # certbot start start_certbot - # delete temp files and (maybe) old panel versison - cleanup - # if user created a post-update script, run it now run_custom_postupdate_script @@ -203,12 +200,6 @@ write_notification() { -cleanup(){ - echo "Cleaning up.." - echo "" -} - - # logo print_header() { printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' -