This commit is contained in:
Alan Garcia 2013-02-18 16:03:55 +00:00
parent 9743b2e01b
commit efb98fbb70
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# AlternC - Web Hosting System # AlternC - Web Hosting System
@ -479,7 +479,7 @@ chgrp vmail /etc/dovecot/dovecot.conf
chmod g+r /etc/dovecot/dovecot.conf chmod g+r /etc/dovecot/dovecot.conf
# Changing owner of web panel's files # 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) # 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';" /usr/bin/mysql --defaults-file="/etc/alternc/my.cnf" -B -e "update domaines set dns_action='update';"