improve error handling

This commit is contained in:
Patrick Schleizer
2019-12-20 10:49:31 -05:00
parent 79cd3b86b6
commit b31abea0af

View File

@ -13,7 +13,7 @@ exit_code=0
echo_wrapper() {
echo "run: $@"
"$@"
"$@" || echo "ERROR: above command failed!" >&2
}
add_nosuid_statoverride_entry() {