]> ###2024-09-30 Add - Restart option. ###2024-05-31b Fix - suspend and wakeup issues ###2024-05-30 Fix - Display and saving issues. ###2024-04-16 Add Additional options for suspend. Suspend will just pause a VM, Power Mode Suspend will change power state of VM. Addtional option for Power Mode are memory and disk. mem - equivalent of S3 ACPI state disk - equivalent of S4 ACPI state ###2024-03-10 Initial Release # Check to see if new install. if [ ! -d "/boot/config/plugins/&name;" ] then mkdir "/boot/config/plugins/&name;" fi &pkgURL;/&plgNAME;.txz ln -s /usr/local/emhttp/plugins/WOL4Services/include/WOLrun.php /usr/local/emhttp/plugins/dynamix/include/WOLrun.php echo "Removing previous versons now upgrade has completed." echo # Remove old 'bundle' files. rm -f $(ls &plgPATH;/*.txz 2>/dev/null | grep -v '&version;') echo "Removing &name;..." removepkg &plgPATH;/*.txz rm -rf &plgPATH; rm -rf &emhttp; echo "&name; has been removed"