We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f946880 commit 4049aa3Copy full SHA for 4049aa3
install/upgrade/version.sh
@@ -30,6 +30,10 @@ if [ $VERSION = "0.10.00" ] || [ $VERSION = "1.00.0-190618" ] || [ $VERSION = "1
30
VERSION="1.0.1"
31
fi
32
if [ $VERSION = "1.0.1" ]; then
33
- source /usr/local/hestia/install/upgrade/versions/$version.sh
+ source /usr/local/hestia/install/upgrade/versions/1.0.2.sh
34
VERSION="$version"
35
36
+if [ $VERSION = "1.0.2" ]; then
37
+ source /usr/local/hestia/install/upgrade/versions/$version.sh
38
+ VERSION="$version"
39
+fi
0 commit comments