pipe 'popd' output to /dev/null
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 3 Jul 2005 17:47:41 +0000 (17:47 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 3 Jul 2005 17:47:41 +0000 (17:47 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2131 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver.start

index f3a8ff2..a2ed8e2 100644 (file)
@@ -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