Browse Source

Add version step for v1.0.3 during upgrade

Kristan Kenney 6 years ago
parent
commit
4049aa3e2f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      install/upgrade/version.sh

+ 5 - 1
install/upgrade/version.sh

@@ -30,6 +30,10 @@ if [ $VERSION = "0.10.00" ] || [ $VERSION = "1.00.0-190618" ] || [ $VERSION = "1
     VERSION="1.0.1"
     VERSION="1.0.1"
 fi
 fi
 if [ $VERSION = "1.0.1" ]; then
 if [ $VERSION = "1.0.1" ]; then
-    source /usr/local/hestia/install/upgrade/versions/$version.sh
+    source /usr/local/hestia/install/upgrade/versions/1.0.2.sh
     VERSION="$version"
     VERSION="$version"
 fi
 fi
+if [ $VERSION = "1.0.2" ]; then
+    source /usr/local/hestia/install/upgrade/versions/$version.sh
+    VERSION="$version"
+fi