diff --git a/scripts/install b/scripts/install index 4a90331..7f177e1 100644 --- a/scripts/install +++ b/scripts/install @@ -173,7 +173,7 @@ chown -R $app:$app /etc/wireguard #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add wg-quick@wg0 --description "WireGuard" --needs_exposed_ports $port_wg --test_status "wg show | grep wg0" +yunohost service add wg-quick@wg0 --description "WireGuard VPN" --needs_exposed_ports $port_wg --test_status "wg show | grep wg0" yunohost service add wireguard_ui --description "WireGuard UI" #================================================= diff --git a/scripts/restore b/scripts/restore index 970b614..ddadba3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -121,7 +121,7 @@ systemctl enable --quiet wireguard_ui_conf.path #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add wg-quick@wg0 --description "WireGuard" --needs_exposed_ports "$port_wg" --test_status "wg show | grep wg0" +yunohost service add wg-quick@wg0 --description "WireGuard VPN" --needs_exposed_ports "$port_wg" --test_status "wg show | grep wg0" yunohost service add wireguard_ui --description "WireGuard UI" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 3d6a417..5c80bcd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -206,7 +206,7 @@ chmod -R 750 $final_path/db #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add wg-quick@wg0 --description "WireGuard" --needs_exposed_ports "$port_wg" --test_status "wg show | grep wg0" +yunohost service add wg-quick@wg0 --description "WireGuard VPN" --needs_exposed_ports "$port_wg" --test_status "wg show | grep wg0" yunohost service add wireguard_ui --description "WireGuard UI" #=================================================