X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts%2Fop_power.sh;h=49c8c1d13acd0cf65c1e208cd1977c34ab5f2ea2;hp=35e01cff5181c0d96982a76190ac67f50ed3103b;hb=77277a9630414736f1add1a46e97ff0dc73bd3a3;hpb=bf8b60228a1261b14b96892b3f4d10e6e244fa9b;ds=sidebyside diff --git a/recipes/pandora-system/pandora-scripts/op_power.sh b/recipes/pandora-system/pandora-scripts/op_power.sh index 35e01cf..49c8c1d 100644 --- a/recipes/pandora-system/pandora-scripts/op_power.sh +++ b/recipes/pandora-system/pandora-scripts/op_power.sh @@ -210,7 +210,9 @@ Please do not remove SD cards while pandora is suspended, doing so will corrupt # if we are here, either we already resumed or the suspend failed if [ -n "$restore_list" ]; then - modprobe $restore_list + for module in $restore_list; do + modprobe $module + done fi display_on