From: Stefan Junker Date: Fri, 29 Jan 2016 10:17:40 +0000 (+0100) Subject: script/priv-net-run: improve shebang compatibility X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=d5c56b8d42aa14f3a76ba917711e46f8083391fb;p=cni.git script/priv-net-run: improve shebang compatibility --- diff --git a/scripts/priv-net-run.sh b/scripts/priv-net-run.sh index d96d31e..3dd1a60 100755 --- a/scripts/priv-net-run.sh +++ b/scripts/priv-net-run.sh @@ -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