We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fd4e0 commit 080fc7aCopy full SHA for 080fc7a
1 file changed
install/upgrade/1.00.0-190621.sh
@@ -19,7 +19,7 @@ source /usr/local/hestia/conf/hestia.conf
19
version=$(dpkg -l | awk '$2=="hestia" { print $3 }')
20
21
# Compare version for upgrade routine
22
-if [ "$version" != "1.00.0-190618" ]; then
+if [ "$version" != "1.00.0-190618" ] && [ "$version" != "0.10.0" ] then
23
source $HESTIA/install/upgrade/1.00.0-190618.sh
24
fi
25
0 commit comments