agrega la variable HAIN_ENV=true
para que los programas sepan cuándo están dentro de hain
This commit is contained in:
parent
04e13130e3
commit
4fea8110d9
1 changed files with 1 additions and 0 deletions
1
haini.sh
1
haini.sh
|
@ -25,6 +25,7 @@ function correr() {
|
|||
USER="$USER" \
|
||||
HOME="/home/suttier" \
|
||||
RAILS_ENV=development \
|
||||
HAIN_ENV=true \
|
||||
bwrap \
|
||||
--unshare-user-try \
|
||||
--unshare-ipc \
|
||||
|
|
Loading…
Reference in a new issue