From e354db5c4ef8209a75d950753e004b20294f58ef Mon Sep 17 00:00:00 2001 From: Adrian Bridgett Date: Fri, 18 Dec 2015 11:24:21 +0000 Subject: [PATCH] allow additional arguments to be passed on the command line for one-off usage --- mesos-init-wrapper | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mesos-init-wrapper b/mesos-init-wrapper index 0ff9649..065a538 100755 --- a/mesos-init-wrapper +++ b/mesos-init-wrapper @@ -2,7 +2,7 @@ set -o errexit -o nounset -o pipefail function -h { cat <