From 17c59e936b3262d0a4be17bee931453636c32c4c Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 16 Sep 2014 16:06:42 +0200 Subject: [PATCH] [fix] save password --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 6f94609..42d5cd9 100644 --- a/scripts/install +++ b/scripts/install @@ -31,6 +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 sed -i "s@YNH_LOCATION@$path@g" ../conf/config.system.php sed -i "s@YNH_DBNAME@$db_user@g" ../conf/config.system.php