From 6a75dbb93d6c1a26fac6df6e281dda6823e9e40b Mon Sep 17 00:00:00 2001
From: ewilly <ewilly@neuf.fr>
Date: Tue, 11 Oct 2016 21:59:30 +0200
Subject: [PATCH] update

---
 scripts/install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/install b/scripts/install
index 499e944..53460b0 100644
--- a/scripts/install
+++ b/scripts/install
@@ -88,7 +88,7 @@ sudo service nginx reload
 sudo yunohost app ssowatconf
 ## fill the superadmin creation form
 curl_path=$([ "$path" == "/" ] || echo "$path")
-curl -k -X POST \
+sudo curl -k -X POST \
   --data-urlencode creation="1" \
   --data-urlencode login="$admin" \
   --data-urlencode pass="$password" \