mitigating of Kernel panic

This commit is contained in:
Ing 2023-06-05 12:34:09 +08:00
parent ecc22c2fd3
commit ab95a10192

View File

@ -190,5 +190,6 @@ for T in `w | grep -v "TTY" | awk -F' ' '{print $2}'`
do do
echo -e "\n\033[1;43m$(TEXT "[This interface will not be operational. Please use the http://find.synology.com/ find DSM and connect.]")\033[0m\n" > "/dev/${T}" 2>/dev/null || true echo -e "\n\033[1;43m$(TEXT "[This interface will not be operational. Please use the http://find.synology.com/ find DSM and connect.]")\033[0m\n" > "/dev/${T}" 2>/dev/null || true
done done
poweroff #poweroff
kexec -e
exit 0 exit 0