]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
loginit: turn off debugging
authorHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 14:47:28 +0000 (16:47 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 15:59:49 +0000 (17:59 +0200)
modules.d/99base/loginit

index a777d6f78d7fa11334ac030c159010101caf72e6..1fb2a9250ed6aafddfdaff50142484ac7c4dc7b4 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# turn off debugging
+set +x
+
 QUIET=$1
 
 [ -e /dev/kmsg ] && exec 5>/dev/kmsg || exec 5>/dev/null