source: core/trunk/server/pkg/deb/postinst @ 377

Last change on this file since 377 was 377, checked in by smoser, 10 years ago

initial version for server

File size: 196 bytes
Line 
1#!/bin/sh
2set -e
3
4# set correct permissions
5FILE=/etc/flarmclient.conf && chown root.flarm $FILE && chmod 640 $FILE
6FILE=/usr/bin/flarmclient && chown root.flarm $FILE && chmod 774 $FILE
7 
8exit 0
Note: See TracBrowser for help on using the repository browser.