diff --git a/sbin/mover b/sbin/mover index 0dcb017c7..35547c092 100755 --- a/sbin/mover +++ b/sbin/mover @@ -23,7 +23,6 @@ # operation continues on to the next file. PIDFILE="/var/run/mover.pid" -CFGFILE="/boot/config/share.cfg" DEBUGGING="" move() { @@ -38,14 +37,6 @@ start() { fi fi - if [ -f $CFGFILE ]; then - # Only start if shfs includes pools - if ! grep -qs 'shareCacheEnabled="yes"' $CFGFILE ; then - echo "mover: cache not enabled" - exit 2 - fi - fi - echo $$ >/var/run/mover.pid echo "mover: started"