mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
improve error handling
This commit is contained in:
parent
79cd3b86b6
commit
b31abea0af
@ -13,7 +13,7 @@ exit_code=0
|
|||||||
|
|
||||||
echo_wrapper() {
|
echo_wrapper() {
|
||||||
echo "run: $@"
|
echo "run: $@"
|
||||||
"$@"
|
"$@" || echo "ERROR: above command failed!" >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
add_nosuid_statoverride_entry() {
|
add_nosuid_statoverride_entry() {
|
||||||
|
Loading…
Reference in New Issue
Block a user