diff options
Diffstat (limited to 'rhnop-server/debian/postinst')
-rwxr-xr-x | rhnop-server/debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhnop-server/debian/postinst b/rhnop-server/debian/postinst index b3b5815..4b5c141 100755 --- a/rhnop-server/debian/postinst +++ b/rhnop-server/debian/postinst @@ -5,5 +5,5 @@ set -e if [ "$1" = "configure" ]; then adduser --quiet --system --group --no-create-home --home /var/run/rhnop rhnop - chown rhnop /etc/rhnop/nopsyncd.conf + chgrp rhnop /etc/rhnop/nopsyncd.conf fi |