From b96002dada44409cd4ae7207f8677bff30fb101d Mon Sep 17 00:00:00 2001 From: Josue-T Date: Wed, 2 Mar 2016 11:39:08 +0100 Subject: [PATCH] SQL files have moved --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1e2145d..38cd234 100644 --- a/scripts/install +++ b/scripts/install @@ -37,7 +37,7 @@ cookie_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d 'A-Za-z0- sed -i "s@YNH_PMA_USER@$db_user@g" ../conf/create_db.sql sudo yunohost app initdb $db_user -p $db_pwd mysql -u root -p$(sudo cat /etc/yunohost/mysql) < ../conf/create_db.sql -mysql -u $db_user -p$db_pwd < $final_path/examples/create_tables.sql +mysql -u $db_user -p$db_pwd < $final_path/sql/create_tables.sql sudo yunohost app setting phpmyadmin mysqlpwd -v $db_pwd # Configuration