fixed permissions durring caddy conf render

This commit is contained in:
Jakub Dorfman 2026-04-27 00:19:55 +02:00
parent e15298fd3d
commit e5a902d562

View file

@ -325,7 +325,7 @@ cmd_render_route() {
printf "# route:%s:end\n" "${name}"
} >>"${tmp}"
mv "${tmp}" "${route_file}"
install -m 0664 -o reudy -g panelroutes "${tmp}" "${route_file}"
echo "rendered route ${route_file}"
}