From 2190ad548628c04eb340360990d7d5b590c9e0d9 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 12 Dec 2013 12:30:20 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7976ebf..6c5ca31 100644 --- a/scripts/install +++ b/scripts/install @@ -17,7 +17,7 @@ db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]' db_user=ffsync # Initialize database and store mysql password for upgrade -sudo yunohost app initdb $db_user -p $db_pwd +sudo yunohost app initdb $db_user -p $db_pwd -s $(readlink -e ../conf/ffsync.sql) sudo yunohost app setting ffsync mysqlpwd -v $db_pwd # Copy files to the right place