11 lines
208 B
Bash
11 lines
208 B
Bash
# vim: set ft=sh:
|
|
# shellcheck shell=sh
|
|
#
|
|
# false positive
|
|
# shellcheck disable=2154,2034
|
|
|
|
[ "$break" = mdevd ] && { print "break before mdevd.init"; sh; }
|
|
|
|
mdevd 2> /dev/null & mdevd_pid="$!"
|
|
mdevd-coldplug
|