From 290b9954ac71cdc3bf8227544bb6a145a03823f3 Mon Sep 17 00:00:00 2001 From: keoma Date: Sun, 10 Feb 2019 16:50:24 +0100 Subject: [PATCH] add service description --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bc1b19a..a49a44b 100644 --- a/scripts/install +++ b/scripts/install @@ -274,7 +274,7 @@ if [[ $ip6_addr != none ]]; then fi systemctl enable ynh-hotspot -yunohost service add ynh-hotspot +yunohost service add ynh-hotspot --description "creates a Wi-Fi access point" if [[ $wifi_device == none ]]; then echo "WARNING: Wifi Hotspot is not started because no wifi device was found (please, check the web admin)" >&2