challenge: kp only when piping the command
This commit is contained in:
parent
a12d386b62
commit
22a3d75645
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
init-crypto 2> /dev/null > /dev/null
|
||||
[ -t 1 ] || init-crypto 2> /dev/null > /dev/null
|
||||
|
||||
# FUNCTIONS ###########################################################
|
||||
|
||||
|
|
Reference in a new issue