Skip to content

Commit 080fc7a

Browse files
committed
Add additional version to upgrade routine.
1 parent 85fd4e0 commit 080fc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/1.00.0-190621.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /usr/local/hestia/conf/hestia.conf
1919
version=$(dpkg -l | awk '$2=="hestia" { print $3 }')
2020

2121
# Compare version for upgrade routine
22-
if [ "$version" != "1.00.0-190618" ]; then
22+
if [ "$version" != "1.00.0-190618" ] && [ "$version" != "0.10.0" ] then
2323
source $HESTIA/install/upgrade/1.00.0-190618.sh
2424
fi
2525

0 commit comments

Comments
 (0)