busybox/check: disable module by default and check for busybox binary
parent
856285aa90
commit
cd7ee4913d
|
|
@ -1,2 +1,7 @@
|
|||
#!/bin/bash
|
||||
exit 0
|
||||
|
||||
[[ $1 = -d ]] && exit 0
|
||||
|
||||
type -P busybox >/dev/null || exit 1
|
||||
|
||||
exit 255
|
||||
|
|
|
|||
Loading…
Reference in New Issue