Skip to content

Commit

Permalink
[#79] fix bindfs on rsync mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Calef committed Mar 2, 2021
1 parent 44d5632 commit 63e4df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def triggers(config, mount, hostName, hostDirectory)
trigger.info+="\r\nDuration: ~5min. Once installation is complete please run 'vagrant reload'"
trigger.run = {inline: "vagrant rsync-back #{hostName}"}
else
trigger.info+= "\033[0m\r\nrsync-auto is running...\e[0m"
trigger.info+= "\r\nrsync-auto is running..."
trigger.run = {inline: "vagrant rsync-auto --rsync-chown #{hostName}"}
end
end
Expand Down

0 comments on commit 63e4df4

Please sign in to comment.