File tree Expand file tree Collapse file tree 6 files changed +22
-7
lines changed
Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,13 @@ upgrade_start_routine() {
120120
121121 # Upgrade to Version 1.0.3
122122 if [ $VERSION = " 1.0.2" ]; then
123+ source $HESTIA /install/upgrade/versions/previous/1.0.3.sh
124+ VERSION=" $new_version "
125+ upgrade_refresh_config
126+ fi
127+
128+ # Upgrade to Version 1.1.0
129+ if [ $VERSION = " 1.0.3" ]; then
123130 source $HESTIA /install/upgrade/versions/latest.sh
124131 VERSION=" $new_version "
125132 upgrade_refresh_config
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
412412echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
413413echo
414414echo ' Hestia Control Panel'
415- echo ' v1.0.3 '
415+ echo ' v1.1.0 '
416416echo -e " \n"
417417echo " ===================================================================="
418418echo -e " \n"
@@ -1099,7 +1099,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10991099echo " LANGUAGE='$lang '" >> $HESTIA /conf/hestia.conf
11001100
11011101# Version & Release Branch
1102- echo " VERSION='1.0.3 '" >> $HESTIA /conf/hestia.conf
1102+ echo " VERSION='1.1.0 '" >> $HESTIA /conf/hestia.conf
11031103echo " RELEASE_BRANCH='release'" >> $HESTIA /conf/hestia.conf
11041104
11051105# Installing hosting packages
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
390390echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
391391echo
392392echo ' Hestia Control Panel'
393- echo ' v1.0.3 '
393+ echo ' v1.1.0 '
394394echo -e " \n"
395395echo " ===================================================================="
396396echo -e " \n"
@@ -1061,7 +1061,7 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10611061echo " LANGUAGE='$lang '" >> $HESTIA /conf/hestia.conf
10621062
10631063# Version & Release Branch
1064- echo " VERSION='1.0.3 '" >> $HESTIA /conf/hestia.conf
1064+ echo " VERSION='1.1.0 '" >> $HESTIA /conf/hestia.conf
10651065echo " RELEASE_BRANCH='release'" >> $HESTIA /conf/hestia.conf
10661066
10671067# Installing hosting packages
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- # Hestia Control Panel upgrade script for target version 1.0.3
3+ # Hestia Control Panel upgrade script for target version 1.1.0
44
55# ######################################################################################
66# ###### Place additional commands below. #######
@@ -34,4 +34,4 @@ if [ ! -z "$IMAP_SYSTEM" ]; then
3434 cp -f /etc/nginx/conf.d/webmail.inc $HESTIA_BACKUP /conf/
3535 sed -i " s/config|temp|logs/README.md|config|temp|logs|bin|SQL|INSTALL|LICENSE|CHANGELOG|UPGRADING/g" /etc/nginx/conf.d/webmail.inc
3636 fi
37- fi
37+ fi
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ # Hestia Control Panel upgrade script for target version 1.0.3
4+
5+ # ######################################################################################
6+ # ###### Place additional commands below. #######
7+ # ######################################################################################
8+
Original file line number Diff line number Diff line change 11Source: hestia
22Package: hestia
33Priority: optional
4- Version: 1.0.3
4+ Version: 1.1.0
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments