@ #10460 | fix vagrant rsync-auto is crashed

This commit is contained in:
hieptranquoc 2018-11-28 17:15:51 +07:00 committed by Chris Roberts
parent a2a4883355
commit aa6908cc00
1 changed files with 1 additions and 1 deletions

View File

@ -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