source: core/trunk/client/pkg/deb/postinst @ 250

Last change on this file since 250 was 249, checked in by smoser, 12 years ago

#153

File size: 152 bytes
Line 
1#!/bin/sh
2set -e
3
4# set correct permissions
5FILE=/var/spool/flarmclient/client.conf && chown flarmclient.flarmclient $FILE && chmod o-rwx $FILE
6
7exit 0
Note: See TracBrowser for help on using the repository browser.