Skip to content

Commit 1571720

Browse files
committed
Fix comments
1 parent b269a7e commit 1571720

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/upgrade/manual/migrate_roundcube.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# info: Disconnect PHPmyadmin from APT and solving issues with PHPMyadmin accidental updates from ATP
2+
# info: Disconnect Roundcube from APT and solving issues with Roundcube accidental updates from ATP
33

44

55
#----------------------------------------------------------#
@@ -8,7 +8,7 @@
88

99
# Includes
1010
source $HESTIA/func/main.sh
11-
# get current phpmyadmin version
11+
# get current Roundcube version
1212
source $HESTIA/install/upgrade/upgrade.conf
1313
source $HESTIA/conf/hestia.conf
1414

@@ -42,7 +42,7 @@ then
4242
rm -f -r /etc/roundcube
4343
rm -f -r /var/lib/roundcube/
4444

45-
# Install roundcube
45+
# Install Roundcube
4646
$HESTIA/bin/v-add-sys-roundcube
4747
# restore backup
4848
echo "SET FOREIGN_KEY_CHECKS = 0;" > ~/drop_all_tables.sql

0 commit comments

Comments
 (0)