diff --git a/emhttp/plugins/dynamix/MoverSettings.page b/emhttp/plugins/dynamix/MoverSettings.page index 930940fe3..ecd256284 100644 --- a/emhttp/plugins/dynamix/MoverSettings.page +++ b/emhttp/plugins/dynamix/MoverSettings.page @@ -27,6 +27,9 @@ $cron = explode(' ',$var['shareMoverSchedule']); $move = $cron[2]!='*' ? 3 : ($cron[4]!='*' ? 2 : (substr($cron[1],0,1)!='*' ? 1 : 0)); $mode = ['Hourly','Daily','Weekly','Monthly']; $days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday']; + +$showMoverButton = $setup && $pool_devices; +$moverRunning = file_exists('/var/run/mover.pid'); ?>