Skip to content

Commit 190c358

Browse files
author
Kristan Kenney
committed
Update title in upgrade script
1 parent d71f527 commit 190c358

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

install/upgrade/0.9.8-29.sh

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ fi
3737
# Clear the screen from apt output to prepare for upgrade installer experience
3838
clear
3939
echo
40-
echo ' _ _ _ _ ____ ____ '
41-
echo ' | | | | ___ ___| |_(_) __ _ / ___| _ \ '
42-
echo ' | |_| |/ _ \/ __| __| |/ _` | | | |_) |'
43-
echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
44-
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
40+
echo ' _ _ _ _ ____ ____ '
41+
echo ' | | | | ___ ___| |_(_) __ _ / ___| _ \ '
42+
echo ' | |_| |/ _ \/ __| __| |/ _` | | | |_) |'
43+
echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
44+
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
4545
echo
46-
echo ' Hestia Control Panel'
4746
echo -e "\n\n"
48-
echo "Upgrading Hestia Control Panel..."
47+
echo " Hestia Control Panel Upgrade Script"
4948
echo "==================================================="
5049
echo ""
5150
echo "This process may take a few minutes, please wait..."
@@ -140,8 +139,8 @@ fi
140139

141140
# Update default page templates
142141
echo "(*) 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
147146
if [ -d $HESTIA/data/packages/ ]; then

0 commit comments

Comments
 (0)