mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
exec npm install as app user
This commit is contained in:
parent
0f6b6244e3
commit
0a55518f40
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ ynh_add_nginx_config
|
|||
ynh_script_progression --message="Installing Uptime Kuma dependencies..." --weight=7
|
||||
|
||||
pushd "$final_path"
|
||||
ynh_exec_warn_less $ynh_npm install
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue