mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-22 14:48:29 +00:00
This commit is contained in:
parent
8eff28b922
commit
73f48f0aff
@ -17,7 +17,8 @@ slower = "sleep 10"
|
||||
slowbash = {
|
||||
startup = function(source, target)
|
||||
log(NORMAL, "cp -r from "..source.." -> "..target)
|
||||
return 0;
|
||||
return exec("/bin/bash", "-c", "cp -r \"$1\" \"$2\"", "/bin/bash",
|
||||
source, target)
|
||||
end,
|
||||
|
||||
create = function(source, path, name, target)
|
||||
|
Loading…
x
Reference in New Issue
Block a user