build
bird
hvn0.lab.ipng.ch
host0-0
host0-1
tap0-0
vpp0-0
vpp0-1
vpp0-2
etc
home
root
.ssh
lab-build
disable-frr
perms
vpp0-3
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
frr
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 |