1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2019-01-06 02:33:59 +01:00 committed by GitHub
parent b7fd3227ff
commit 568adb8e69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,11 +149,12 @@ cat $final_path/config.json
# CONFIGURE NODEBB
#=================================================
pushd $final_path
./nodebb setup -l
./nodebb build -l
popd
chown -R $app:$app $final_path
pushd $final_path
exec_login_as $app "cd $final_path && bash ./nodebb setup -l"
exec_login_as $app "cd $final_path && bash ./nodebb build -l"
popd
#=================================================
# START NodeBB IN BACKGROUND