فهرست منبع

Add additional version to upgrade routine.

Raphael Schneeberger 6 سال پیش
والد
کامیت
080fc7aec1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      install/upgrade/1.00.0-190621.sh

+ 1 - 1
install/upgrade/1.00.0-190621.sh

@@ -19,7 +19,7 @@ source /usr/local/hestia/conf/hestia.conf
 version=$(dpkg -l | awk '$2=="hestia" { print $3 }')
 
 # Compare version for upgrade routine
-if [ "$version" != "1.00.0-190618" ]; then
+if [ "$version" != "1.00.0-190618" ] && [ "$version" != "0.10.0" ] then
     source $HESTIA/install/upgrade/1.00.0-190618.sh
 fi