d1f410d08a
In order to be more consistent, and also account for different environments and platforms, this patch implements the use of #!/usr/bin/env as the shebang for all bash scripts in the environment. Closes-Bug: #1485557 Change-Id: I93e6a47fd6be816620682eddb2880e38f11bf675
6 lines
99 B
Django/Jinja
6 lines
99 B
Django/Jinja
#!/usr/bin/env bash
|
|
cd ${LXC_ROOTFS_MOUNT}/dev
|
|
mkdir net
|
|
mknod net/tun c 10 200
|
|
chmod 0666 net/tun
|