From: Enrico Scholz Date: Sun, 3 Jul 2005 17:47:41 +0000 (+0000) Subject: pipe 'popd' output to /dev/null X-Git-Tag: version_0_30_210~150 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272b6d1574ca7b202cbcd0cc108e0f231c19c17b;p=util-vserver.git pipe 'popd' output to /dev/null git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2131 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/vserver.start b/util-vserver/scripts/vserver.start index f3a8ff2..a2ed8e2 100644 --- a/util-vserver/scripts/vserver.start +++ b/util-vserver/scripts/vserver.start @@ -91,7 +91,7 @@ generateOptions "$VSERVER_DIR" pushd "$VSERVER_DIR" >/dev/null execScriptlets "$VSERVER_DIR" "$VSERVER_NAME" prepre-start -popd +popd >/dev/null enableInterfaces "$VSERVER_DIR" && have_interfaces=1