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
568adb8e69
commit
36ffbceb55
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ cat $final_path/config.json
|
|||
|
||||
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"
|
||||
exec_as $app "cd $final_path && bash ./nodebb setup -l"
|
||||
exec_as $app "cd $final_path && bash ./nodebb build -l"
|
||||
popd
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue