File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
install/upgrade/versions/previous Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,22 @@ upgrade_start_routine() {
131131 upgrade_refresh_config
132132 fi
133133
134- # Upgrade to Version 1.1.0
134+ # Upgrade to Version 1.0.5
135135 if [ $VERSION = " 1.0.4" ]; then
136+ source $HESTIA /install/upgrade/versions/previous/1.0.5.sh
137+ VERSION=" 1.0.5"
138+ upgrade_refresh_config
139+ fi
140+
141+ # Upgrade to Version 1.0.6
142+ if [ $VERSION = " 1.0.5" ]; then
143+ source $HESTIA /install/upgrade/versions/previous/1.0.6.sh
144+ VERSION=" 1.0.6"
145+ upgrade_refresh_config
146+ fi
147+
148+ # Upgrade to Version 1.1.0
149+ if [ $VERSION = " 1.0.6" ]; then
136150 source $HESTIA /install/upgrade/versions/latest.sh
137151 VERSION=" $new_version "
138152 upgrade_refresh_config
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.5
4+
5+ # ######################################################################################
6+ # ###### Place additional commands below. #######
7+ # ######################################################################################
8+
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.6
4+
5+ # ######################################################################################
6+ # ###### Place additional commands below. #######
7+ # ######################################################################################
8+
You can’t perform that action at this time.
0 commit comments