From a72de5afe1c95350f30e55d21c81cbcbbb8a8372 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 16 Sep 2014 16:22:03 +0200 Subject: [PATCH] [fix] bug in saving password setting --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 42d5cd9..3afad23 100644 --- a/scripts/install +++ b/scripts/install @@ -31,7 +31,7 @@ sudo yunohost app initdb $db_user -p $db_pwd -s $(readlink -e ../sources/Core/Re sudo yunohost app setting baikal mysqlpwd -v $db_pwd sed -i "s@YNH_TIMEZONE@$(cat /etc/timezone)@g" ../conf/config.php sed -i "s@YNH_ADMIN_PASSWORDHASH@$(echo -n admin:BaikalDAV:$password | md5sum | cut -d ' ' -f 1)@g" ../conf/config.php -sudo yunohost app setting baikal password $password +sudo yunohost app setting baikal password -v $password sed -i "s@YNH_LOCATION@$path@g" ../conf/config.system.php sed -i "s@YNH_DBNAME@$db_user@g" ../conf/config.system.php