1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
This commit is contained in:
Éric Gaspar 2023-06-11 19:10:07 +02:00
parent bc29c75978
commit aed83920f3
4 changed files with 3 additions and 3 deletions

View file

View file

@ -44,7 +44,7 @@ ynh_add_supervisor_config () {
local template="${template:-supervisor.service}"
others_var="${others_var:-}"
[[ -z "$others_var" ]] || ynh_print_warn --message="Packagers: using --others_var is unecessary since Yunohost 4.2"
[[ -z "$others_var" ]] || ynh_print_warn --message="Packagers: using others var is unecessary since Yunohost 4.2"
ynh_add_config --template="$YNH_APP_BASEDIR/conf/$template" --destination="/etc/supervisor/conf.d/$service.conf"

View file

@ -51,7 +51,7 @@ ynh_script_progression --message="Building app..."
pushd "$install_dir"
ynh_use_nodejs
ynh_npm install --production
ynh_exec_warn_less ynh_npm install --production
popd
#=================================================

View file

@ -69,7 +69,7 @@ ynh_script_progression --message="Building app..."
pushd "$install_dir"
ynh_use_nodejs
ynh_npm install --production
ynh_exec_warn_less ynh_npm install --production
popd
#=================================================