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 2017-12-28 17:27:23 +01:00 committed by GitHub
parent 38d89274b4
commit e53b121731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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