mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-07 03:44:57 -04:00
improve error handling
This commit is contained in:
parent
79cd3b86b6
commit
b31abea0af
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ exit_code=0
|
|||
|
||||
echo_wrapper() {
|
||||
echo "run: $@"
|
||||
"$@"
|
||||
"$@" || echo "ERROR: above command failed!" >&2
|
||||
}
|
||||
|
||||
add_nosuid_statoverride_entry() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue