mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 03:42:37 +01:00
Currently, /etc/frr is owned by root, but when re-writing config with command like: router# copy running-config startup-config we fail as we drop down to frr:frr when writing config. Here, we chown -R frr:frr /etc/frr to make sure we can re-write config safely Fixes: #9328