diff options
author | Harald Hoyer <harald@redhat.com> | 2009-11-27 14:31:05 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-11-27 14:31:05 +0100 |
commit | c2bcc5be2f8e4623742ed0266c11e4325f83d9ca (patch) | |
tree | 85c96576668b28de0cc2bb84520ee17dc3781890 /modules.d/01fips | |
parent | ba67b9239bd72f9311d695dd694aab944b0976d3 (diff) | |
download | dracut-c2bcc5be2f8e4623742ed0266c11e4325f83d9ca.tar.gz dracut-c2bcc5be2f8e4623742ed0266c11e4325f83d9ca.tar.bz2 dracut-c2bcc5be2f8e4623742ed0266c11e4325f83d9ca.zip |
fips: add shebang to fips.sh
Diffstat (limited to 'modules.d/01fips')
-rwxr-xr-x | modules.d/01fips/fips.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh index ac385f8e..2f6cb97d 100755 --- a/modules.d/01fips/fips.sh +++ b/modules.d/01fips/fips.sh @@ -1,3 +1,4 @@ +#!/bin/sh do_fips() { FIPSMODULES=$(cat /etc/fipsmodules) |