Refactor the things that are common between bird and frr build types -- no-op for the build/ output

This commit is contained in:
Pim van Pelt
2023-05-31 16:14:33 +00:00
parent 4d964af173
commit f929b836e8
44 changed files with 180 additions and 84 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
echo " * Fixing permissions"
chown -R root. /root/
chown -R ipng. /home/ipng/
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local