summaryrefslogtreecommitdiffstats
path: root/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/04-add-execute-attribute
blob: 666d9dc42d5c5d5259e05b6a52f458138c231840 (plain)
1
2
3
4
5
6
7
#!/bin/bash

chmod +x /etc/rc.d/rc.local
chmod +x /etc/sysconfig/network-scripts/ifcfg-eth0
chmod +x /etc/profile.d/nfvbench.sh
chmod +x /nfvbench/configure-nfvbench.sh
chmod +x /nfvbench/start-nfvbench.sh