1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00
This commit is contained in:
ericgaspar 2022-04-16 09:47:43 +02:00
parent f26553c087
commit d604e1ae9e
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ ynh_add_nginx_config
pushd $final_path
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm client
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm run client
popd
#=================================================

View file

@ -96,7 +96,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
pushd $final_path
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm client
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm run client
popd
#=================================================