From fbdbcfb5ef63f3cb968046fa747b8a3c3bc625ef Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 4 Mar 2017 00:09:42 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 372629e..47208a1 100644 --- a/scripts/install +++ b/scripts/install @@ -95,7 +95,7 @@ pushd $final_path/install/ sudo php index_cli.php install \ --db_server=localhost \ --db_user=$db_user \ - --db_password=$db_pass \ + --db_password=$db_pwd \ --db_name=$db_name \ --db_driver=amysqli \ --db_port=3306 \