Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../lib/dracut/modules..../04watchd...
File: watchdog.sh
#!/bin/sh
[0] Fix | Delete
if [ -e /dev/watchdog ]; then
[1] Fix | Delete
if [ ! -e /tmp/watchdog_timeout ]; then
[2] Fix | Delete
wdctl -s 60 /dev/watchdog >/dev/null 2>&1
[3] Fix | Delete
> /tmp/watchdog_timeout
[4] Fix | Delete
fi
[5] Fix | Delete
info "Triggering watchdog"
[6] Fix | Delete
>/dev/watchdog
[7] Fix | Delete
else
[8] Fix | Delete
modprobe ib700wdt
[9] Fix | Delete
modprobe i6300esb
[10] Fix | Delete
fi
[11] Fix | Delete
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function