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

Merge pull request #3 from YunoHost-Apps/bullseye

Bullseye - Remove no more used argument
This commit is contained in:
yalh76 2021-08-14 20:44:43 +02:00 committed by GitHub
commit f565bd501e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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