We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d28347 commit 64e3c42Copy full SHA for 64e3c42
install/upgrade/manual/migrate_roundcube.sh
@@ -17,7 +17,7 @@ source $HESTIA/conf/hestia.conf
17
# Verifications #
18
#----------------------------------------------------------#
19
20
-if [ ! -d "/usr/share/phpmyadmin/" ]; then
+if [ ! -d "/usr/share/roundcube/" ]; then
21
echo "Install Roundcube not done via APT"
22
exit 2;
23
fi
@@ -46,4 +46,4 @@ then
46
# restore backup
47
mysql roundcube < ~/roundcube.sql
48
/var/lib/roundcube/bin/update.sh --version "$version"
49
-fi
+fi
0 commit comments