1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

feat: update volume sync

This commit is contained in:
Christy Jacob 2022-11-07 18:10:56 +05:30
parent f5bf48baa7
commit 682790272f

View file

@ -41,6 +41,5 @@ $cli
Console::execute("rsync -av $source $destination", $stdin, $stdout, $stderr); Console::execute("rsync -av $source $destination", $stdin, $stdout, $stderr);
Console::success($stdout); Console::success($stdout);
Console::error($stderr); Console::error($stderr);
}, $interval); }, $interval);
}); });