Browse Source

Add upgrade steps for v1.0.6

Kristan Kenney 6 years ago
parent
commit
8f5a36339c
2 changed files with 13 additions and 0 deletions
  1. 5 0
      install/upgrade/version.sh
  2. 8 0
      install/upgrade/versions/1.0.6.sh

+ 5 - 0
install/upgrade/version.sh

@@ -45,6 +45,11 @@ if [ $VERSION = "1.0.3" ]; then
 fi
 
 if [ $VERSION = "1.0.4" ]; then
+    source /usr/local/hestia/install/upgrade/versions/1.0.4.sh
+    VERSION="1.0.5"
+fi
+
+if [ $VERSION = "1.0.5" ]; then
     source /usr/local/hestia/install/upgrade/versions/$version.sh
     VERSION="$version"
 fi

+ 8 - 0
install/upgrade/versions/1.0.6.sh

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Hestia Control Panel upgrade script for target version 1.0.6
+
+#######################################################################################
+#######                      Place additional commands below.                   #######
+#######################################################################################
+