X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver.functions;h=77ca912b97af9272610a6c13c645e74d9de69e7a;hb=HEAD;hp=7c038c9771c356059a2d39272085d3e504da4982;hpb=591ac183dae62631476d29a789db680f9363a2ef;p=util-vserver.git diff --git a/scripts/vserver.functions b/scripts/vserver.functions index 7c038c9..77ca912 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -469,7 +469,7 @@ function _generateChcontextOptions OPTS_VCONTEXT_CREATE=( $SILENT_OPT \ ${ctx:+--xid "$ctx"} ) findFile file "$vdir"/keepfds "$__CONFDIR/.defaults/keepfds" "" - test -n "$file" || OPT_VCONTEXT_CLOSE_FD=( "--closefd" ) + test -n "$file" || OPT_VCONTEXT_CLOSE_FD="--closefd" ## put '--secure' at front so that it can be overridden OPTS_VATTRIBUTE=( --secure --flag default "${OPTS_VATTRIBUTE[@]}" ) }