X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=97debc0ddb8d1059a94db4c1b14e74028dc3cae1;hp=06265e8de32e3a859e575e511745d0fe81ec3c0a;hb=7ce3406250811932eaba5e0fd486fe6ed1d2cde5;hpb=12e47aed34dc3c59822af79dfec0a93fec810e00 diff --git a/autoconfig.functions b/autoconfig.functions index 06265e8..97debc0 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1703,7 +1703,7 @@ if checkbootparam 'scripts' || [ "$DCSMP" = "/mnt/grmlcfg" ]; then sh -c $SCRIPTS elif [ -d "$SCRIPTS" ]; then einfo "Bootparameter scripts found. Trying to execute from directory ${SCRIPTS}:" - run-parts $SCRIPTS + run-parts --regex '.*' $SCRIPTS else einfo "Bootparameter scripts found. Trying to execute ${SCRIPTS}:" sh -c $SCRIPTS