mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Correct .bsenv for interactive ssh
This commit is contained in:
parent
0ab39934b2
commit
17df97e714
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue