From c45e7f4869d2605907612bfd7c742507f7f0be90 Mon Sep 17 00:00:00 2001 From: src386 Date: Mon, 3 Aug 2015 22:34:19 +0200 Subject: [PATCH] . --- manifest.json | 2 +- scripts/install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cbe0bae..ee95c4f 100644 --- a/manifest.json +++ b/manifest.json @@ -32,7 +32,7 @@ "name": "admin", "type": "user", "ask": { - "en": "Pod administrator ? ?" + "en": "Pod administrator" }, "example": "homer" }, diff --git a/scripts/install b/scripts/install index b7ded43..6d0159d 100644 --- a/scripts/install +++ b/scripts/install @@ -72,3 +72,4 @@ sudo yunohost app ssowatconf # Start Movim sudo /etc/init.d/movim start +sudo service nginx reload