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