File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ upgrade_roundcube(){
650650 if [ ! -z " $( echo " $WEBMAIL_SYSTEM " | grep -w ' roundcube' ) " ]; then
651651 rc_version=$( cat /var/lib/roundcube/index.php | grep -o -E ' [0-9].[0-9].[0-9]+' | head -1) ;
652652 if [ " $rc_version " == " $rc_v " ]; then
653- echo " [ * ] Upgrading RoundCube to version v$rc_v ..."
653+ echo " [ * ] Upgrading Roundcube to version v$rc_v ..."
654654 $HESTIA /bin/v-add-sys-roundcube
655655 fi
656656 fi
@@ -662,7 +662,7 @@ upgrade_rainloop(){
662662 if [ ! -z " $( echo " $WEBMAIL_SYSTEM " | grep -w ' rainloop' ) " ]; then
663663 rc_version=$( cat /var/lib/rainloop/data/VERSION) ;
664664 if [ " $rc_version " == " $rc_v " ]; then
665- echo " [ * ] Upgrading rainloop to version v$rc_v ..."
665+ echo " [ * ] Upgrading Rainloop to version v$rl_v ..."
666666 $HESTIA /bin/v-add-sys-rainloop
667667 fi
668668 fi
You can’t perform that action at this time.
0 commit comments