description in upgrade

This commit is contained in:
Kayou 2019-02-27 22:48:57 +01:00
parent 7aaca1167b
commit a05204c26c
No known key found for this signature in database
GPG Key ID: 823A2CBE071D3126

View File

@ -106,7 +106,7 @@ if service_is_managed_by_yunohost $service_name
then
yunohost service remove $service_name
fi
yunohost service add $service_name --description "tunnels the internet traffic through a VPN" --need_lock
yunohost service add $service_name --description "Tunnels the internet traffic through a VPN" --need_lock
# checker service
@ -114,7 +114,7 @@ if service_is_managed_by_yunohost $service_checker_name
then
yunohost service remove $service_checker_name
fi
yunohost service add $service_checker_name --description "makes sure that the VPN service is running" --need_lock
yunohost service add $service_checker_name --description "Makes sure that the VPN service is running" --need_lock
# Reload systemd configuration