Skip to content

Commit 22541f2

Browse files
author
Kristan Kenney
committed
Add version 1.0.4 to upgrade check
1 parent b83da9d commit 22541f2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

func/upgrade.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,15 @@ upgrade_start_routine() {
124124
upgrade_refresh_config
125125
fi
126126

127-
# Upgrade to Version 1.1.0
127+
# Upgrade to Version 1.0.4
128128
if [ $VERSION = "1.0.3" ]; then
129+
source $HESTIA/install/upgrade/versions/previous/1.0.4.sh
130+
VERSION="1.0.4"
131+
upgrade_refresh_config
132+
fi
133+
134+
# Upgrade to Version 1.1.0
135+
if [ $VERSION = "1.0.4" ]; then
129136
source $HESTIA/install/upgrade/versions/latest.sh
130137
VERSION="$new_version"
131138
upgrade_refresh_config
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
# Hestia Control Panel upgrade script for target version 1.0.4
4+
5+
#######################################################################################
6+
####### Place additional commands below. #######
7+
#######################################################################################
8+

0 commit comments

Comments
 (0)