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

Fix bad path

This commit is contained in:
yalh76 2019-02-05 17:45:03 +01:00
parent 99d2a66d21
commit 80c6123606

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