File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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# ----------------------------------------------------------#
88
99# Includes
1010source $HESTIA /func/main.sh
11- # get current phpmyadmin version
11+ # get current Roundcube version
1212source $HESTIA /install/upgrade/upgrade.conf
1313source $HESTIA /conf/hestia.conf
1414
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
You can’t perform that action at this time.
0 commit comments