From 4fea8110d91a459529c412163c6aa2877c0d5332 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 8 May 2021 20:22:42 -0300 Subject: [PATCH] agrega la variable HAIN_ENV=true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit para que los programas sepan cuándo están dentro de hain --- haini.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/haini.sh b/haini.sh index 8c3b92f..2c28158 100755 --- a/haini.sh +++ b/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 \