1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2023-04-22 22:41:53 +02:00
parent 72a6b64db2
commit 0bf20f7186

View file

@ -85,7 +85,7 @@ ynh_add_supervisor_config () {
local template="${template:-supervisor.service}" local template="${template:-supervisor.service}"
others_var="${others_var:-}" 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" ynh_add_config --template="$YNH_APP_BASEDIR/conf/$template" --destination="/etc/supervisor/conf.d/$service.conf"