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:
parent
b7fd3227ff
commit
568adb8e69
1 changed files with 5 additions and 4 deletions
|
@ -149,11 +149,12 @@ cat $final_path/config.json
|
||||||
# CONFIGURE NODEBB
|
# CONFIGURE NODEBB
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pushd $final_path
|
|
||||||
./nodebb setup -l
|
|
||||||
./nodebb build -l
|
|
||||||
popd
|
|
||||||
chown -R $app:$app $final_path
|
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
|
# START NodeBB IN BACKGROUND
|
||||||
|
|
Loading…
Add table
Reference in a new issue