build
bird
freebsd
hvn2.lab.ipng.ch
host2-0
host2-1
tap2-0
vpp2-0
vpp2-1
vpp2-2
etc
home
root
.ssh
lab-build
perms
libvirt.xml
vpp2-3
frr
config
overlays
.gitignore
README.md
command
create
generate
generate-all
7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/sh
|
|
|
|
echo "Fixing permissions"
|
|
chown root:wheel / /etc
|
|
chown -R root:wheel /root
|
|
chown -R ipng:ipng /home/ipng/
|