1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +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::success($stdout);
Console::error($stderr);
}, $interval);
});