We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88d6a3 commit 488dccfCopy full SHA for 488dccf
1 file changed
install/upgrade/version.sh
@@ -31,7 +31,7 @@ if [ $VERSION = "0.10.00" ] || [ $VERSION = "1.00.0-190618" ] || [ $VERSION = "1
31
fi
32
if [ $VERSION = "1.0.1" ]; then
33
source /usr/local/hestia/install/upgrade/versions/1.0.2.sh
34
- VERSION="$version"
+ VERSION="1.0.2"
35
36
if [ $VERSION = "1.0.2" ]; then
37
source /usr/local/hestia/install/upgrade/versions/$version.sh
0 commit comments