supress keyboard output
This commit is contained in:
parent
d1fd483296
commit
149abe7ba1
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -87,7 +87,7 @@ else
|
|||
fi
|
||||
|
||||
if [ "`read -n 1 -t 0 2>&1 | grep e`x" = "x" ]; then
|
||||
N="-n1"
|
||||
N="-n1 -s"
|
||||
fi
|
||||
|
||||
cat << .. > $RULESFILE
|
||||
|
|
Loading…
Add table
Reference in a new issue