source:
core/trunk/client/pkg/deb/postinst
@
250
Last change on this file since 250 was 249, checked in by , 12 years ago | |
---|---|
File size: 152 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | set -e |
3 | |
4 | # set correct permissions |
5 | FILE=/var/spool/flarmclient/client.conf && chown flarmclient.flarmclient $FILE && chmod o-rwx $FILE |
6 | |
7 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.