1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00
This commit is contained in:
Éric Gaspar 2024-08-31 15:42:23 +02:00
parent 61e5fd5a7a
commit c63a6f0bd8
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ ynh_replace --match="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.m
ynh_script_progression "Installing $app..."
pushd "$install_dir"
ynh_hide_warnings $ynh_npm install
ynh_hide_warnings npm install
popd
#=================================================

View file

@ -44,7 +44,7 @@ yunohost service add $app --description="Haste is a pastebin software" --log="/v
ynh_script_progression "Installing $app..."
pushd "$install_dir"
ynh_hide_warnings $ynh_npm install
ynh_hide_warnings ynh_hide_warnings ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
popd
#=================================================