mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-21 11:41:48 +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
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def env
|
||||||
|
{
|
||||||
|
'HOME' => home_dir,
|
||||||
|
'PATH' => '/usr/bin',
|
||||||
|
'LANG' => ENV['LANG']
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|
||||||
# Confiar en la primera llave que encontremos, fallar si cambian
|
# Confiar en la primera llave que encontremos, fallar si cambian
|
||||||
#
|
#
|
||||||
# @return [Symbol]
|
# @return [Symbol]
|
||||||
|
|
Loading…
Reference in a new issue