c96740fb8b76ccd787adecf1526e6d429e39425d
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 04-add-execute-attribute
1 #!/bin/bash
2
3 # Stop on error
4 set -euo pipefail
5
6 chmod +x /etc/rc.d/rc.local
7 chmod +x /etc/sysconfig/network-scripts/ifcfg-eth0
8 chmod +x /etc/profile.d/nfvbench.sh
9 chmod +x /nfvbench/configure-nfvbench.sh
10 chmod +x /nfvbench/start-nfvbench.sh