From edc831eb3815b99095dfd784908ad47e3776ba7b Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 29 May 2014 12:11:57 +0200 Subject: [PATCH] [fix] Store administrator for further usage --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index bf90b21..08dfde6 100755 --- a/scripts/install +++ b/scripts/install @@ -13,6 +13,7 @@ if [[ ! $? -eq 0 ]]; then echo "Wrong admin" exit 1 fi +sudo yunohost app setting wordpress admin -v $admin_wordpress # Check domain/path availability sudo yunohost app checkurl $domain$path -a wordpress