loginit: turn off debugging

master
Harald Hoyer 2010-04-16 16:47:28 +02:00
parent 4058d85cb6
commit 3409c2377f
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh

# turn off debugging
set +x

QUIET=$1

[ -e /dev/kmsg ] && exec 5>/dev/kmsg || exec 5>/dev/null