From 06f7932b36279796f3c0385b14b0426a44746cf7 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Fri, 14 Jun 2019 19:19:35 -0300 Subject: [PATCH] Agregando modulos nuevos al bfaupdate --- bin/bfaupdate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bfaupdate.sh b/bin/bfaupdate.sh index 25c3f4d..5e0462e 100755 --- a/bin/bfaupdate.sh +++ b/bin/bfaupdate.sh @@ -59,4 +59,5 @@ else # make sure bfa is in group sudo id bfa | grep -q sudo || runasownerof / adduser bfa sudo runasownerof ${BFAHOME} npm rebuild + runasownerof ${BFAHOME} npm install fi -- GitLab