From efb98fbb704cde9b204e0fe73efe6bcfb4bacf06 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Mon, 18 Feb 2013 16:03:55 +0000 Subject: [PATCH] =?UTF-8?q?Hop-l=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/alternc.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/alternc.install b/install/alternc.install index 391688a1..086d80b5 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ---------------------------------------------------------------------- # AlternC - Web Hosting System @@ -479,7 +479,7 @@ chgrp vmail /etc/dovecot/dovecot.conf chmod g+r /etc/dovecot/dovecot.conf # Changing owner of web panel's files -chown -R alterncpanel:alterncpanel "$ALTERNC_LOC/bureau" +chown -R alterncpanel:alterncpanel "/usr/share/alternc/panel/" # We force the re-computing of the DNS zones, since we may have changed the IP address (see #460) /usr/bin/mysql --defaults-file="/etc/alternc/my.cnf" -B -e "update domaines set dns_action='update';"