diff --git a/scripts/restore b/scripts/restore index 3d53d5c..c0a68d5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -126,8 +126,8 @@ systemctl enable --quiet wireguard_ui_conf.service #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -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" +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" #================================================= # RESTORE VARIOUS FILES diff --git a/scripts/upgrade b/scripts/upgrade index 3f06c46..a026238 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -214,8 +214,8 @@ chown -R $app: /etc/wireguard #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -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" +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" #================================================= # START SYSTEMD SERVICE