Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../lib/dracut/modules..../01fips
File: fips-noboot.sh
#!/bin/sh
[0] Fix | Delete
[1] Fix | Delete
if ! fipsmode=$(getarg fips) || [ $fipsmode = "0" ]; then
[2] Fix | Delete
rm -f -- /etc/modprobe.d/fips.conf >/dev/null 2>&1
[3] Fix | Delete
elif ! [ -f /tmp/fipsdone ]; then
[4] Fix | Delete
. /sbin/fips.sh
[5] Fix | Delete
mount_boot
[6] Fix | Delete
do_fips || die "FIPS integrity test failed"
[7] Fix | Delete
fi
[8] Fix | Delete
[9] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function