mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 00:41:43 +02: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