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