source: trunk/install/upgrades/0.9.5.sh @ 951

Revision 951, 140 bytes checked in by nahuel, 7 years ago (diff)

Rajout d'attribution des droits corrects lors d'une install et lors de la prochaine mise à jour.
Closes: #610

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3set -e
4
5chmod 640 /etc/alternc/local.sh
6for mycnf in /etc/postfix/my* ; do
7   chown root:postfix $mycnf
8   chmod 640 $mycnf
9done
Note: See TracBrowser for help on using the repository browser.