Skip to content

Commit 488dccf

Browse files
author
Kristan Kenney
committed
Fix version detection in upgrade script
1 parent d88d6a3 commit 488dccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ $VERSION = "0.10.00" ] || [ $VERSION = "1.00.0-190618" ] || [ $VERSION = "1
3131
fi
3232
if [ $VERSION = "1.0.1" ]; then
3333
source /usr/local/hestia/install/upgrade/versions/1.0.2.sh
34-
VERSION="$version"
34+
VERSION="1.0.2"
3535
fi
3636
if [ $VERSION = "1.0.2" ]; then
3737
source /usr/local/hestia/install/upgrade/versions/$version.sh

0 commit comments

Comments
 (0)