https://github.com/dkaser/unraid-fileactivity/releases/download/2026.05.03.0212/unraid-fileactivity-2026.05.03.0212-noarch-1.txz
a53c3d1042e52d0909f62b8bae7001d0e639927d39ef97628037ed2a004c4957
/dev/null 2>&1
# remove any old inotifywait processes
for pid in $(ps -eo pid,cmd | grep 'inotifywait' | grep 'file.activity' | grep -v grep | awk '{print $1}')
do
kill $pid >/dev/null 2>&1
done
upgradepkg --install-new /boot/config/plugins/file.activity/unraid-fileactivity-2026.05.03.0212-noarch-1.txz
# cleanup old versions
rm -f $(ls /boot/config/plugins/file.activity/unraid-fileactivity-*.txz 2>/dev/null | grep -v '2026.05.03.0212')
/usr/local/emhttp/plugins/file.activity/scripts/migrate-config.php
mkdir -p /var/log/file.activity
/usr/local/emhttp/plugins/file.activity/scripts/rc.file.activity update
echo ""
echo "----------------------------------------------------"
echo " file.activity has been installed."
echo " Version: 2026.05.03.0212"
echo "----------------------------------------------------"
echo ""
]]>