prevent shell expansion

This commit is contained in:
illiliti
2020-02-05 21:03:23 +03:00
parent 72aabc6a60
commit f5891c7811
3 changed files with 5 additions and 5 deletions

2
init
View File

@ -39,7 +39,7 @@ use_mdev() {
done
# load drivers
find /sys -name "modalias" -type f -exec sort -u "{}" + | xargs modprobe -ba
find /sys -name "modalias" -type f -exec sort -u "{}" "+" | xargs modprobe -ba
}
# setup mdevd