diff --git a/app/tasks/volume-sync.php b/app/tasks/volume-sync.php index efd8618eef..8d5fec201b 100644 --- a/app/tasks/volume-sync.php +++ b/app/tasks/volume-sync.php @@ -41,6 +41,5 @@ $cli Console::execute("rsync -av $source $destination", $stdin, $stdout, $stderr); Console::success($stdout); Console::error($stderr); - }, $interval); });