1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

Correct .bsenv for interactive ssh

This commit is contained in:
Ciaran Gultnieks 2013-10-24 10:02:36 +01:00
parent 0ab39934b2
commit 17df97e714

View File

@ -37,7 +37,7 @@ execute "add-gradle-bin" do
end
execute "add-bsenv" do
user user
command "echo \". ./bsenv \" >> /home/#{user}/.bashrc"
command "echo \". ./.bsenv \" >> /home/#{user}/.bashrc"
not_if "grep bsenv /home/#{user}/.bashrc"
end