]> ## Storecast for UNRAID ###2025.02.26 - fix: future-proofing changes to base plugin structure ###2025.02.18 - release note: welcome to the first version of the plugin - release note: please report any issues in the support thread on the forums killall storecast >/dev/null 2>&1 killall dwstorecast-poller >/dev/null 2>&1 exit 0 &gitURL;/archive/&plgNAME;.txz &plgMD5; echo "" if [ -x &emhttp;/scripts/write_config ]; then &emhttp;/scripts/write_config fi echo "" echo "****************************************************************" echo "!! Please go to the Storecast page to generate the first fore-" echo "!! cast and/or set up automated generation of future forecasts" echo "****************************************************************" echo "" echo "----------------------------------------------------------------" echo " Storecast for UNRAID has been installed." echo " Version: &version; / Plugin Maintainer: &author;" echo "----------------------------------------------------------------" echo "" killall storecast >/dev/null 2>&1 killall dwstorecast-poller >/dev/null 2>&1 removepkg &plgPATH;/*.txz rm -rf &plgPATH; rm -rf &emhttp; rm -f /tmp/storecast* rm -f /etc/cron.hourly/storecast rm -f /etc/cron.daily/storecast rm -f /etc/cron.weekly/storecast rm -f /etc/cron.monthly/storecast rm -f /etc/cron.daily/dwstorecast-poller >/dev/null 2>&1 echo "" echo "----------------------------------------------------------------" echo " Storecast for UNRAID has been removed." echo " Version: &version; / Plugin Maintainer: &author;" echo "----------------------------------------------------------------" echo ""