We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b269a7e commit 1571720Copy full SHA for 1571720
1 file changed
install/upgrade/manual/migrate_roundcube.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# info: Disconnect PHPmyadmin from APT and solving issues with PHPMyadmin accidental updates from ATP
+# info: Disconnect Roundcube from APT and solving issues with Roundcube accidental updates from ATP
3
4
5
#----------------------------------------------------------#
@@ -8,7 +8,7 @@
8
9
# Includes
10
source $HESTIA/func/main.sh
11
-# get current phpmyadmin version
+# get current Roundcube version
12
source $HESTIA/install/upgrade/upgrade.conf
13
source $HESTIA/conf/hestia.conf
14
@@ -42,7 +42,7 @@ then
42
rm -f -r /etc/roundcube
43
rm -f -r /var/lib/roundcube/
44
45
- # Install roundcube
+ # Install Roundcube
46
$HESTIA/bin/v-add-sys-roundcube
47
# restore backup
48
echo "SET FOREIGN_KEY_CHECKS = 0;" > ~/drop_all_tables.sql
0 commit comments