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
38d89274b4
commit
e53b121731
1 changed files with 4 additions and 3 deletions
|
@ -180,10 +180,11 @@ cat $final_path/config.json
|
|||
#=================================================
|
||||
|
||||
pushd $final_path
|
||||
sudo chown -R $app: $final_path
|
||||
./nodebb setup <<< \
|
||||
sudo chown -R $app:$app $final_path
|
||||
sudo chmod 775 $final_path -R
|
||||
sudo ./nodebb setup <<< \
|
||||
"$admin_name"
|
||||
./nodebb build
|
||||
sudo ./nodebb build
|
||||
popd
|
||||
|
||||
sudo chown -R nodebb:nodebb $final_path
|
||||
|
|
Loading…
Reference in a new issue