fixed permissions durring caddy conf render
This commit is contained in:
parent
e15298fd3d
commit
e5a902d562
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue