Updated vidoas to set ownership of doas.conf file to avoid

ownership changing on macOS.
This commit is contained in:
Jesse Smith 2021-01-25 14:09:16 -04:00
parent e2a5c3f5f7
commit 5ac8a3968a

2
vidoas
View file

@ -97,7 +97,7 @@ then
warn "No changes made"
warn "${installed_doas} unchanged"
else
doas -- install -m "${doas_conf_mode}" \
doas -- install -o root -m "${doas_conf_mode}" \
"${tmp_doas}" "${installed_doas}" \
&& warn "${installed_doas} updated"
fi