From b3522ebddcc0e8ff8fa19836d713f13fa65fc2f1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 Jan 2020 21:28:27 +0100 Subject: Adding upstream version 20200121. Signed-off-by: Daniel Baumann --- lib/container/start | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/container/start') diff --git a/lib/container/start b/lib/container/start index 13fc6ef..f89944d 100755 --- a/lib/container/start +++ b/lib/container/start @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2014-2019 Daniel Baumann +# Copyright (C) 2014-2020 Daniel Baumann # # SPDX-License-Identifier: GPL-3.0+ # @@ -34,8 +34,8 @@ Parameters () { OPTIONS_ALL="" - GETOPT_LONGOPTIONS="name:,force,nspawn,start," - GETOPT_OPTIONS="n:f," + GETOPT_LONGOPTIONS="name:,force,nspawn,start,verbose," + GETOPT_OPTIONS="n:,f,v," PARAMETERS="$(getopt --longoptions ${GETOPT_LONGOPTIONS} --name=${COMMAND} --options ${GETOPT_OPTIONS} --shell sh -- ${@})" @@ -75,6 +75,10 @@ Parameters () shift 1 ;; + -v|--verbose) + VERBOSE="true" + ;; + --) shift 1 break -- cgit v1.2.3