Merge pull request #105 from steveeJ/scripts
script/priv-net-run: improve shebang compatibility
This commit is contained in:
commit
f04661aca1
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash -e
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
|
|
||||||
# Run a command in a private network namespace
|
# Run a command in a private network namespace
|
||||||
# set up by CNI plugins
|
# set up by CNI plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user