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:
parent
90230092e5
commit
1757991a86
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ mongorestore --db $app ./dump/$app
|
|||
|
||||
# Install wekan dependencies
|
||||
chown -R $app $final_path
|
||||
pushd $final_path/bundle/programs/server
|
||||
pushd $final_path/programs/server
|
||||
ynh_use_nodejs
|
||||
npm install
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue