@ -49,14 +49,6 @@ for F in /var/lock/one \
/var/log/one \
/var/run/one;
do
if [ -d "${F}" ]; then
chmod 0750 "${F}"
elif [ -f "${F}" ]; then
chmod 0640 "${F}"
else
continue
fi
chown "${ONE_USER}:${ONE_GROUP}" "${F}"
done