From af371736777f07e25288d569c5a3456717f4c370 Mon Sep 17 00:00:00 2001 From: Julien VAUBOURG Date: Fri, 24 Jul 2015 19:20:19 +0200 Subject: [PATCH] Fix small error on install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4a5895d..f752b30 100644 --- a/scripts/install +++ b/scripts/install @@ -208,8 +208,9 @@ if [ "${ip6_addr}" != none ]; then fi fi +sudo systemctl enable ynh-hotspot + if ! $upgrade; then - sudo systemctl enable ynh-hotspot sudo systemctl start ynh-hotspot sudo yunohost service add ynh-hotspot