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

Update upgrade

This commit is contained in:
ericgaspar 2021-09-23 08:48:24 +02:00
parent 620462cc05
commit a69eca2353
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -91,7 +91,7 @@ then
git fetch # Grab the latest code from the NodeBB Repository git fetch # Grab the latest code from the NodeBB Repository
git reset --hard origin/$nodebb_version # Replace v1.12.x with the branch name! git reset --hard origin/$nodebb_version # Replace v1.12.x with the branch name!
# Run the NodeBB upgrade script # Run the NodeBB upgrade script
ynh_exec_as $app $ynh_node_load_PATH $final_path/nodebb upgrade ynh_exec_as $app $ynh_node_load_PATH $final_path/nodebb upgrade 2>/dev/null
popd popd
fi fi