cleanup
This commit is contained in:
@ -3,11 +3,7 @@
|
||||
#
|
||||
# false positive
|
||||
# shellcheck disable=2154,2016
|
||||
#
|
||||
# handle_mdevd()
|
||||
{
|
||||
print "configuring mdevd"
|
||||
|
||||
for _binary in mdevd mdevd-coldplug; do
|
||||
copy_binary "$_binary"
|
||||
done
|
||||
|
@ -3,8 +3,6 @@
|
||||
#
|
||||
# false positive
|
||||
# shellcheck disable=2154,2034
|
||||
#
|
||||
# run_mdevd()
|
||||
{
|
||||
[ "$break" = devmgr ] && { print "break before run_mdevd()"; sh; }
|
||||
|
||||
|
@ -3,8 +3,6 @@
|
||||
#
|
||||
# false positive
|
||||
# shellcheck disable=2154
|
||||
#
|
||||
# stop_mdevd()
|
||||
{
|
||||
kill "$mdevd_pid"
|
||||
}
|
||||
|
Reference in New Issue
Block a user