parse-kernel.sh must have a shebang

master
Philippe Seewer 2010-02-26 13:21:38 +01:00
parent a65914b4a2
commit 3121677949
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh

for p in $(getargs rdloaddriver=); do
modprobe $p
done