diff options
Diffstat (limited to 'debian/echolot.postinst')
-rwxr-xr-x | debian/echolot.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/echolot.postinst b/debian/echolot.postinst index 3e30365..4004475 100755 --- a/debian/echolot.postinst +++ b/debian/echolot.postinst @@ -24,7 +24,7 @@ adduser --quiet \ # Give the echolot user write permissions to /var/log/echolot/echolot.log touch /var/log/echolot/echolot.log -chown echolot.adm /var/log/echolot/echolot.log +chown echolot:adm /var/log/echolot/echolot.log chmod 640 /var/log/echolot/echolot.log # and /var/lib/echolot if ( ! dpkg-statoverride --list /var/lib/echolot > /dev/null ); then |