mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Correction to previous commit
This commit is contained in:
parent
6a7430cdca
commit
68cdf05cad
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user