freebsd init: typo in filename. (#1799)

This commit is contained in:
Dhananjay Balan 2017-08-05 02:20:00 +02:00 committed by Matt Holt
parent a7ed0cf69e
commit bd67ec99f0

View File

@ -73,7 +73,7 @@ caddy_startprecmd()
fi
if [ ! -e "${caddy_logfile}" ]; then
install -o "${caddy_user}" -g "${caddy_group}" "dev/null" "${caddy_logfile}"
install -o "${caddy_user}" -g "${caddy_group}" "/dev/null" "${caddy_logfile}"
fi
}