tinyramfs/hooks/eudev/eudev.init.late

9 lines
112 B
Plaintext
Raw Normal View History

2020-07-27 11:32:22 +03:00
# vim: set ft=sh:
# shellcheck shell=sh
#
# false positive
# shellcheck disable=2154
{
2020-08-07 02:32:39 +03:00
udevadm control -e
2020-07-27 11:32:22 +03:00
}