udev: change error message if RUN entry is not executable
This commit is contained in:
parent
d3157cbede
commit
f8cf9de7ce
@ -85,7 +85,7 @@ let
|
|||||||
for i in $import_progs $run_progs; do
|
for i in $import_progs $run_progs; do
|
||||||
if [[ ! -x $i ]]; then
|
if [[ ! -x $i ]]; then
|
||||||
echo "FAIL"
|
echo "FAIL"
|
||||||
echo "$i is called in udev rules but not installed by udev"
|
echo "$i is called in udev rules but is not executable"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user