Skip to content

Commit

Permalink
fixing rules + removing chown to alterncpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
vincib committed May 18, 2016
1 parent 4e558e5 commit bb7d78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ override_dh_install:
$(MAKE) -C ssl install DESTDIR=$(CURDIR)/debian/alternc-ssl

override_dh_fixperms:
dh_fixperms
chmod 700 debian/alternc/var/lib/alternc/backups
dh_fixperms
chmod 700 debian/alternc/var/lib/alternc/backups

%:
dh $@
Expand Down
3 changes: 0 additions & 3 deletions install/alternc.install
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,6 @@ fi
chgrp vmail /etc/dovecot/dovecot.conf
chmod g+r /etc/dovecot/dovecot.conf

# Changing owner of web panel's files
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' WHERE gesdns=1;"

Expand Down

0 comments on commit bb7d78a

Please sign in to comment.