Correction to previous commit

This commit is contained in:
Ciaran Gultnieks 2013-08-29 17:29:12 +01:00
parent 6a7430cdca
commit 68cdf05cad

View file

@ -32,7 +32,7 @@ execute "add-gradle-home" do
end end
execute "add-gradle-bin" do execute "add-gradle-bin" do
user user user user
command "echo \"export PATH=$PATH:/opt/gradle/bin\" >> /home/#{user}/.bashrc" command "echo \"export PATH=\\$PATH:/opt/gradle/bin\" >> /home/#{user}/.bashrc"
not_if "grep gradle/bin /home/#{user}/.bashrc" not_if "grep gradle/bin /home/#{user}/.bashrc"
end end