sendKillSequence(): added
[util-vserver.git] / util-vserver / scripts / vrpm-worker
index 85cfd28..1e99104 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#! /bin/bash
 # $Id$
 
 # Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-set -x
+set -e
 
 : ${UTIL_VSERVER_VARS:=$(dirname $0)/util-vserver-vars}
 test -e "$UTIL_VSERVER_VARS" || {
@@ -31,4 +31,4 @@ shift
 
 pkgInit "$vserver" rpm
 
-exec $RPM_BINARY --root "$VDIR" "$@"
\ No newline at end of file
+exec $RPM_BINARY --root "$VDIR" "$@"