From 615cadaa072ee94dc4b008c7311feaf1f7de1436 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Mon, 20 Apr 2015 20:38:58 +0200 Subject: [PATCH] removing phpmyadmin apache conf --- install/alternc.install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/alternc.install b/install/alternc.install index 949ba468..89211c21 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -427,6 +427,9 @@ done OLDDESTINATION=`postconf mydestination | awk -F '=' '{print $2}'` echo "$OLDDESTINATION" | grep -q -v "$FQDN" && postconf -e "mydestination = $FQDN, $OLDDESTINATION" +# Remove phpmyadmin apache2 configuration +rm -f /etc/apache2/conf.d/phpmyadmin.conf || true + # Configure PHPMyAdmin include_str='include("/etc/alternc/phpmyadmin.inc.php")' pma_config='/etc/phpmyadmin/config.inc.php'