12 lines
273 B
Bash
12 lines
273 B
Bash
# vim: set ft=sh:
|
|
# shellcheck shell=sh
|
|
#
|
|
# https://www.shellcheck.net/wiki/SC2154
|
|
# https://www.shellcheck.net/wiki/SC2034
|
|
# shellcheck disable=2154,2034
|
|
|
|
[ "$break" = mdevd ] && { print "break before mdevd.init"; sh; }
|
|
|
|
mdevd 2> /dev/null & mdevd_pid="$!"
|
|
mdevd-coldplug
|