mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +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
|
end
|
||||||
execute "add-bsenv" do
|
execute "add-bsenv" do
|
||||||
user user
|
user user
|
||||||
command "echo \". ./bsenv \" >> /home/#{user}/.bashrc"
|
command "echo \". ./.bsenv \" >> /home/#{user}/.bashrc"
|
||||||
not_if "grep bsenv /home/#{user}/.bashrc"
|
not_if "grep bsenv /home/#{user}/.bashrc"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue