diff --git a/panelctl.sh b/panelctl.sh index 3cc3578..452370a 100644 --- a/panelctl.sh +++ b/panelctl.sh @@ -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}" }