mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
@@ -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 ' ' -
|
||||
|
||||
Reference in New Issue
Block a user