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 ' ' -