1
0
Fork 0
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:
hidrarga 2022-04-08 15:39:18 +02:00 committed by GitHub
parent 0f6b6244e3
commit 0a55518f40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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