]> ###2019.08.23 - Respect mover logging setting in Mover Settings ###2019.07.07 - Add in help text to priority settings ###2019.06.23a - Add in option to set I/O priority ###2019.06.23 - Add in option to set priority - Utilize CA update check ###2019.01.17 - Add option to force turbo write mode during mover ###2019.01.13 - Update icons ###2018.12.24 - Change text on disabling mover running on a schedule for clarity ###2018.12.01 - Accept Stop parameter on command line ###2018.10.19 - Fix broken pipe ###2018.04.14 - Add in forced mover schedule ###2018.04.12 - Fix logic error on freespace calculation - Prevent mover running again if move already in progress - Allow mover to stop (mover stop) ###2018.04.08 - Initial Release # Remove old 'source' files rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null | grep -v '&version;') https://raw.github.com/&github;/master/archive/&name;-&version;-x86_64-1.txz &md5; if [[ ! -f /usr/local/sbin/mover.old ]]; then mv /usr/local/sbin/mover /usr/local/sbin/mover.old; fi cp /usr/local/emhttp/plugins/&name;/mover /usr/local/sbin/mover echo "" echo "----------------------------------------------------" echo " &name; has been installed." echo " Copyright 2018, Andrew Zawadzki" echo " Version: &version;" echo "----------------------------------------------------" echo "" mv /usr/local/sbin/mover.old /usr/local/sbin/mover removepkg &name;-&version;-x86_64-1 rm -rf &plugdir; rm -rf /boot/config/plugins/&name; /usr/local/sbin/update_cron