]> ##&name; ###&version; Now maintained by LimeTech. ###2020.01.15a - first patch version # Remove files rm -rf /usr/local/emhttp/plugins/&name;/ **sysdream mitigation** Patches the *template.php* file to address reported vulnerabilities in Unraid 6.6 and 6.7 versions. # update template.php file sed -i '/^\/\/ Extract/,/^\/\/ The/{//!d};/^\/\/ Extract/r/tmp/patch' /usr/local/emhttp/webGui/template.php # cleanup rm -f /tmp/patch echo "" echo "-----------------------------------------------------------" echo " Plugin &name; is installed." echo " This plugin requires Dynamix webGui to operate" echo " Copyright 2020, Bergware International, Lime Technology, Inc." echo " Version: &version;" echo "-----------------------------------------------------------" echo "" echo "Remove successful - PLEASE REBOOT YOUR SERVER"