]> ###2015.11.21 - minor fixes ###2015.03.05a - fix default ethernet interface ###2015.02.24 - button bindings when editing ###2015.02.21 - added autosave - added table sorting - disable scan function caching - loading gifs - show scan results only after scan - scan ip after wake ###2015.02.20 - initial unRAID 6 release. &pkgURL;etherwake-1.09-x86_64-5cf.txz 0b65b7b7ac2262f1a9b998cbb9f913e2 &pkgURL;nmap-6.40-x86_64-1.txz 462cf835c4475ddfd2bd15cd10e8349d &pkgURL;libnl-1.1.4-x86_64-1.txz 435837a5bf0401a937d6ec93e458333b "https://github.com/&author;/&name;/archive/&version;.tar.gz" if [ ! -d &emhttp; ]; then mkdir -p &emhttp; fi tar -zxf &plugin;/&name;-&version;.tar.gz --strip=1 -C &emhttp;/ find &plugin; -type f -iname "*.tar.gz" ! -iname "&name;-&version;.tar.gz" -delete echo "" echo "-----------------------------------------------------------" echo " &name; has been installed." echo " This plugin requires Dynamix webGui to operate" echo " Copyright 2015, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" rm -rf &emhttp; rm -f &plugin;/&name;-&version;.tar.gz echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." echo " Copyright 2015, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo ""