1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

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
execute "add-gradle-bin" do
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"
end