1
0
Fork 0
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:
Salamandar 2024-01-17 11:26:44 +01:00
parent 5a06c4a1bb
commit 083de07579

View file

@ -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