mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-07 19:05:06 -04:00
output
This commit is contained in:
parent
28d12c3966
commit
3265f9894d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ exit_code=0
|
|||
|
||||
echo_wrapper_ignore() {
|
||||
echo "run: $@"
|
||||
"$@" || true
|
||||
"$@" 2>/dev/null || true
|
||||
}
|
||||
|
||||
echo_wrapper_audit() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue