From 49af4480a6c5faba5180235033d036d2285d447e Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 29 May 2014 12:17:02 +0200 Subject: [PATCH] [fix] Store useful values --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 08dfde6..4d9c2b4 100755 --- a/scripts/install +++ b/scripts/install @@ -14,6 +14,8 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi sudo yunohost app setting wordpress admin -v $admin_wordpress +sudo yunohost app setting wordpress language -v $language +sudo yunohost app setting wordpress is_public -v $is_public # Check domain/path availability sudo yunohost app checkurl $domain$path -a wordpress