diff options
author | Philippe Seewer <philippe.seewer@bfh.ch> | 2009-11-27 11:57:14 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-11-27 14:07:21 +0100 |
commit | 2e6b98c7f61f8f5759cbbf6c7d25a405daa9ae11 (patch) | |
tree | f7a18782203c93bb2e6ff0585e261f69869645a9 /modules.d/95zfcp | |
parent | a8dbfbb8cec16b50f22921f01c02dcc857255a30 (diff) | |
download | dracut-2e6b98c7f61f8f5759cbbf6c7d25a405daa9ae11.tar.gz dracut-2e6b98c7f61f8f5759cbbf6c7d25a405daa9ae11.tar.bz2 dracut-2e6b98c7f61f8f5759cbbf6c7d25a405daa9ae11.zip |
All module scripts should have a shebang
Diffstat (limited to 'modules.d/95zfcp')
-rwxr-xr-x | modules.d/95zfcp/parse-zfcp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/95zfcp/parse-zfcp.sh b/modules.d/95zfcp/parse-zfcp.sh index 4f502c21..7fcee870 100755 --- a/modules.d/95zfcp/parse-zfcp.sh +++ b/modules.d/95zfcp/parse-zfcp.sh @@ -1,4 +1,4 @@ - +#!/bin/sh getarg rd_NO_ZFCPCONF && rm /etc/zfcp.conf for zfcp_arg in $(getargs 'rd_ZFCP='); do |