From 874d0ab1221cc9488ce2c0cf4fc932a273519ed5 Mon Sep 17 00:00:00 2001 From: Matlink Date: Sun, 8 Mar 2015 10:35:47 +0100 Subject: [PATCH] [fix] post parameters to the final page --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fe338d5..7aa7dfc 100644 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,7 @@ curl -k -X POST \ --data-urlencode "server_port=443" \ --data-urlencode "script_path=$path" \ --data-urlencode "submit=next" \ - "https://127.0.0.1$path/install/index.php?mode=install&sub=create_table" > /dev/null 2>&1 + "https://127.0.0.1$path/install/index.php?mode=install&sub=final" > /dev/null 2>&1 # We need to rename the install folder #sudo mv $final_path/install $final_path/install_old