mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
cleaning
This commit is contained in:
parent
61e5fd5a7a
commit
c63a6f0bd8
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue