#!/bin/sh

LOG_FILE=/var/log/yandex/checkDnsHosts.log
if [ -f "$LOG_FILE" ]; then
    chown monitor "$LOG_FILE" ||:
fi
