1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

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
}