mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-28 03:49:27 -05:00
output
This commit is contained in:
parent
28d12c3966
commit
3265f9894d
@ -13,7 +13,7 @@ exit_code=0
|
|||||||
|
|
||||||
echo_wrapper_ignore() {
|
echo_wrapper_ignore() {
|
||||||
echo "run: $@"
|
echo "run: $@"
|
||||||
"$@" || true
|
"$@" 2>/dev/null || true
|
||||||
}
|
}
|
||||||
|
|
||||||
echo_wrapper_audit() {
|
echo_wrapper_audit() {
|
||||||
|
Loading…
Reference in New Issue
Block a user