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:
parent
8acc3e9336
commit
874d0ab122
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ curl -k -X POST \
|
||||||
--data-urlencode "server_port=443" \
|
--data-urlencode "server_port=443" \
|
||||||
--data-urlencode "script_path=$path" \
|
--data-urlencode "script_path=$path" \
|
||||||
--data-urlencode "submit=next" \
|
--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
|
# We need to rename the install folder
|
||||||
#sudo mv $final_path/install $final_path/install_old
|
#sudo mv $final_path/install $final_path/install_old
|
||||||
|
|
Loading…
Reference in a new issue