statsd/debian/postinst

6 строки
139 B
Bash
Executable File

#!/bin/sh
if [ "`stat -c %G /var/log/statsd`" != 'nogroup' ]; then
chown root.nogroup /var/log/statsd
chmod 770 /var/log/statsd
fi