loginit: turn off debugging
parent
4058d85cb6
commit
3409c2377f
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# turn off debugging
|
||||
set +x
|
||||
|
||||
QUIET=$1
|
||||
|
||||
[ -e /dev/kmsg ] && exec 5>/dev/kmsg || exec 5>/dev/null
|
||||
|
|
|
|||
Loading…
Reference in New Issue