]> Dynamix webGui v&version; ------------------------- Please refer to **<a href="https://github.com/limetech/dynamix/commits/master" target="_blank">commit history</a>** on github. "https://github.com/limetech/&name;/archive/&version;.tar.gz" rm -r /tmp/plugins/&name;-&version; 2>/dev/null tar -xf /boot/config/plugins/&name;/&name;-&version;.tar.gz -C /tmp/plugins mv /tmp/plugins/&name;-&version;/* /usr/local/emhttp 2>/dev/null for Plugin in /tmp/plugins/&name;-&version;/plugins/* ; do rm -r /usr/local/emhttp/plugins/$(basename $Plugin) 2>/dev/null mv $Plugin /usr/local/emhttp/plugins/$(basename $Plugin) done rm -r /tmp/plugins/&name;-&version; find /boot/config/plugins/&name; -type f -iname "*.tar.gz" ! -iname "&name;-&version;.tar.gz" -delete rm -r /boot/config/plugins/&name;/&name;-&version;.tar.gz 2>/dev/null echo "*********************" echo "Please reboot server." echo "*********************"