1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

[fix] post parameters to the final page

This commit is contained in:
Matlink 2015-03-08 10:35:47 +01:00
parent 8acc3e9336
commit 874d0ab122

View file

@ -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