9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
|
# vim: set ft=sh:
|
||
|
# shellcheck shell=sh
|
||
|
#
|
||
|
# false positive
|
||
|
# shellcheck disable=2154
|
||
|
{
|
||
|
kill "$mdevd_pid"
|
||
|
}
|