From 1b9764e16e58084087512e8ee55648e90fdc09df Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 6 Jan 2019 02:39:51 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 18dc4ee..85c7e77 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" cd $final_path && bash ./nodebb setup -l +exec_as "$app" cd $final_path && bash ./nodebb build -l popd