From 5ebdc5a476c7bf26b4ccd308a1c4f8cc1281e594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 22 Jan 2017 15:04:52 +0100 Subject: [PATCH] wip --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 71c59a3..5eca1d9 100755 --- a/scripts/install +++ b/scripts/install @@ -46,7 +46,7 @@ sudo yunohost app setting freshrss mysqlpwd -v $db_pwd TMPDIR=$(ynh_mkdir_tmp) extract_freshrss "$TMPDIR" cd $TMPDIR -./cli/do-install.php --default_user $admin_user --auth_type http_auth --environment production --base_url $domain/$path --title FreshRSS --api_enabled --db-type mysql --db-host localhost:3306 --db-user $db_user --db-password $db_pwd --db-base $db_name +./cli/do-install.php --default_user $admin_user --auth_type http_auth --environment production --base_url $domain/$path --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user $db_user --db-password $db_pwd --db-base $db_name # sudo cp -a ../conf/config.php $TMPDIR/data # sudo cp ../sources/install_ynh.sql $TMPDIR/app/SQL/install_ynh.sql