From 81c62b3c888979e6888975532bba63fa0f059053 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 6 Jan 2019 02:44:32 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 85c7e77..2abb4d1 100644 --- a/scripts/install +++ b/scripts/install @@ -151,8 +151,8 @@ cat $final_path/config.json chown -R $app:$app $final_path pushd $final_path -exec_as "$app" cd $final_path && bash ./nodebb setup -l -exec_as "$app" cd $final_path && bash ./nodebb build -l +exec_as "$app" bash cd $final_path && bash ./nodebb setup -l +exec_as "$app" bash cd $final_path && bash ./nodebb build -l popd