1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00

fix linter

This commit is contained in:
Salamandar 2024-01-19 15:02:08 +01:00
parent e4a23c50b2
commit fe1c87fa4d

View file

@ -99,8 +99,8 @@ ynh_script_progression --message="Adding system configurations related to $app..
ynh_add_nginx_config ynh_add_nginx_config
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config --service="$app" --description="$app service" --template="systemd.service" ynh_add_systemd_config --service="$app" --template="systemd.service"
yunohost service add "$app" --log="/var/log/$app/$app.log" yunohost service add "$app" --description="$app service" --log="/var/log/$app/$app.log"
# Use logrotate to manage app-specific logfile(s) # Use logrotate to manage app-specific logfile(s)
ynh_use_logrotate ynh_use_logrotate