build
bird
default
frr
hvn0.lab.ipng.ch
host0-0
host0-1
etc
home
root
.ssh
lab-build
disable-vpp
perms
tap0-0
vpp0-0
vpp0-1
vpp0-2
vpp0-3
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
config
overlays
.gitignore
README.md
command
create
generate
7 lines
139 B
Bash
7 lines
139 B
Bash
#!/bin/bash
|
|
|
|
echo " * Fixing permissions"
|
|
chown -R root. /root/
|
|
chown -R ipng. /home/ipng/
|
|
|
|
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local |