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
99d2a66d21
commit
80c6123606
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue