Modified changed marker in sychronize module
This commit is contained in:
parent
d7c737516e
commit
4cb2cb9bac
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ def main():
|
|||
'StrictHostKeyChecking=no') # need ssh param
|
||||
if rsync_path:
|
||||
cmd = cmd + " --rsync-path '%s'" %(rsync_path)
|
||||
changed_marker = '<<changed>>'
|
||||
changed_marker = '<<CHANGED>>'
|
||||
cmd = cmd + " --out-format='" + changed_marker + "%i %n%L'"
|
||||
cmd = ' '.join([cmd, source, dest])
|
||||
cmdstr = cmd
|
||||
|
|
Loading…
Reference in a new issue