File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 3737# Clear the screen from apt output to prepare for upgrade installer experience
3838clear
3939echo
40- echo ' _ _ _ _ ____ ____ '
41- echo ' | | | | ___ ___| |_(_) __ _ / ___| _ \ '
42- echo ' | |_| |/ _ \/ __| __| |/ _` | | | |_) |'
43- echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
44- echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
40+ echo ' _ _ _ _ ____ ____ '
41+ echo ' | | | | ___ ___| |_(_) __ _ / ___| _ \ '
42+ echo ' | |_| |/ _ \/ __| __| |/ _` | | | |_) |'
43+ echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
44+ echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
4545echo
46- echo ' Hestia Control Panel'
4746echo -e " \n\n"
48- echo " Upgrading Hestia Control Panel... "
47+ echo " Hestia Control Panel Upgrade Script "
4948echo " ==================================================="
5049echo " "
5150echo " This process may take a few minutes, please wait..."
140139
141140# Update default page templates
142141echo " (*) Replacing default templates and packages..."
143- echo " Existing templates have been backed up to the following location:"
144- echo " $HESTIA_BACKUP /templates/ "
142+ echo " Existing files have been backed up to the following location:"
143+ echo " $HESTIA_BACKUP /"
145144
146145# Back up default package and install latest version
147146if [ -d $HESTIA /data/packages/ ]; then
You can’t perform that action at this time.
0 commit comments