This commit is contained in:
illiliti
2020-04-18 18:45:24 +03:00
parent eaecf528bd
commit 68a5cfe5ad
2 changed files with 10 additions and 8 deletions

View File

@@ -71,6 +71,8 @@ prepare_environment()
trap 'panic "something went wrong"' EXIT
# false positive
# shellcheck disable=2015
[ "$modules" ] && modprobe -a "$modules" 2> /dev/null ||:
}