aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sqm-scripts/10-function.sh.patch
blob: 6dd05dd55a0683e6a2524856697f676dea9f47b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- sqm-scripts-1.0.6/src/functions.sh.orig
+++ sqm-scripts-1.0.6/src/functions.sh
@@ -70,7 +70,7 @@
 
 do_modules() {
     for m in $ALL_MODULES; do
-        [ -d /sys/modules/${m} ] && ${INSMOD} $m 2>>${OUTPUT_TARGET}
+        [ -d /sys/module/${m} ] || ${INSMOD} $m 2>>${OUTPUT_TARGET}
     done
 }