mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:51:41 +00:00
entorno
This commit is contained in:
parent
f10b65173a
commit
6fcdeb52f3
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,14 @@ class DeployRsync < Deploy
|
|||
false
|
||||
end
|
||||
|
||||
def env
|
||||
{
|
||||
'HOME' => home_dir,
|
||||
'PATH' => '/usr/bin',
|
||||
'LANG' => ENV['LANG']
|
||||
}
|
||||
end
|
||||
|
||||
# Confiar en la primera llave que encontremos, fallar si cambian
|
||||
#
|
||||
# @return [Symbol]
|
||||
|
|
Loading…
Reference in a new issue