1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grammalecte_ynh.git synced 2024-09-03 20:36:23 +02:00

Remove no more used argument

This commit is contained in:
yalh76 2021-08-11 08:12:57 +02:00
parent e7db7239d3
commit b6df83bdbf
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Configuring a systemd service..." --weight=1
# Create a dedicated systemd config
ynh_add_systemd_config -v port
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION

View file

@ -92,7 +92,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Upgrading systemd configuration..." --weight=1
# Create a dedicated systemd config
ynh_add_systemd_config -v port
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION