Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../lib/dracut/modules..../01fips
File: fips-boot.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 getarg boot= >/dev/null; then
[4] Fix | Delete
. /sbin/fips.sh
[5] Fix | Delete
if mount_boot; then
[6] Fix | Delete
do_fips || die "FIPS integrity test failed"
[7] Fix | Delete
fi
[8] Fix | Delete
fi
[9] Fix | Delete
[10] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function