@@ -76,7 +76,7 @@ function error_exit() {
}
function check_binary() {
if command -v "$1" >/dev/null 2>&1; then
if !command -v "$1" >/dev/null 2>&1; then
error_exit "failed to find required binary: $1"
fi
The note is not visible to the blocked user.