mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-25 08:23:08 +03:00
freebsd init: typo in filename. (#1799)
This commit is contained in:
parent
a7ed0cf69e
commit
bd67ec99f0
1 changed files with 1 additions and 1 deletions
2
dist/init/freebsd/caddy
vendored
2
dist/init/freebsd/caddy
vendored
|
@ -73,7 +73,7 @@ caddy_startprecmd()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e "${caddy_logfile}" ]; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue