Files
build
bird
frr
hvn0.lab.ipng.ch
host0-0
host0-1
tap0-0
vpp0-0
vpp0-1
vpp0-2
vpp0-3
etc
home
root
.ssh
lab-build
disable-bird
perms
libvirt.xml
hvn1.lab.ipng.ch
hvn2.lab.ipng.ch
hvn3.lab.ipng.ch
config
overlays
.gitignore
README.md
command
create
generate
generate-all
lab/build/frr/hvn0.lab.ipng.ch/vpp0-3/root/lab-build/perms

7 lines
147 B
Bash

#!/bin/bash
echo " * Fixing permissions"
chown -R root:root /root/
chown -R ipng:ipng /home/ipng/
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local