source:
trunk/install/upgrades/0.9.5.sh
@
951
| Revision 951, 140 bytes checked in by nahuel, 7 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | |
| 5 | chmod 640 /etc/alternc/local.sh |
| 6 | for mycnf in /etc/postfix/my* ; do |
| 7 | chown root:postfix $mycnf |
| 8 | chmod 640 $mycnf |
| 9 | done |
Note: See TracBrowser
for help on using the repository browser.
