mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
Fix upgrade
This commit is contained in:
parent
5a06c4a1bb
commit
083de07579
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ chown -R "$app:www-data" "$install_dir"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Building app... (this will take some time and resources!)" --weight=20
|
ynh_script_progression --message="Building app... (this will take some time and resources!)" --weight=20
|
||||||
|
|
||||||
pushd "$install_dir/build"
|
pushd "$install_dir/source"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" install
|
ynh_exec_warn_less ynh_exec_as "$app" "$ynh_node_load_PATH" "$ynh_npm" install
|
||||||
ynh_exec_warn_less env "$ynh_node_load_PATH" "$ynh_npm" install gulp -g
|
ynh_exec_warn_less env "$ynh_node_load_PATH" "$ynh_npm" install gulp -g
|
||||||
|
|
Loading…
Reference in a new issue