@ #10460 | fix vagrant rsync-auto is crashed
This commit is contained in:
parent
a2a4883355
commit
aa6908cc00
|
@ -38,7 +38,7 @@ module VagrantPlugins
|
|||
"find #{guest_path} #{exclusions}" \
|
||||
"'!' -type l -a " \
|
||||
"'(' ! -user #{opts[:owner]} -or ! -group #{opts[:group]} ')' -exec " \
|
||||
"chown #{opts[:owner]}:#{opts[:group]} '{}' +"
|
||||
"chown #{opts[:owner]}:#{opts[:group]} '{}' + || :"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue