Commit bd67ec99 authored by Dhananjay Balan's avatar Dhananjay Balan Committed by Matt Holt

freebsd init: typo in filename. (#1799)

parent a7ed0cf6
......@@ -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
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment