mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
fix pushd dir
This commit is contained in:
parent
78ec1cb312
commit
83e1c0b6ab
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ynh_add_nginx_config
|
|||
# BUILD APP
|
||||
#=================================================
|
||||
|
||||
pushd $install_dir/terraforming-mars
|
||||
pushd $install_dir
|
||||
ynh_use_nodejs
|
||||
|
||||
ynh_script_progression --message="npm install... This can be very long, be patient !" --weight=18
|
||||
|
|
Loading…
Reference in a new issue