1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix restore

This commit is contained in:
yalh76 2019-02-05 12:07:02 +01:00
parent 064c15165e
commit 676fa1c508

View file

@ -72,7 +72,7 @@ mongorestore --db $app ./dump/$app
# Install wekan dependencies # Install wekan dependencies
chown -R $app $final_path chown -R $app $final_path
pushd $final_path/bundle/programs/server pushd $final_path/programs/server
ynh_use_nodejs ynh_use_nodejs
npm install npm install
popd popd