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

Automatic configuration

This commit is contained in:
polytan02 2015-03-08 00:00:09 +00:00
parent f9705f1043
commit bc0448586d

View file

@ -55,7 +55,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" > /dev/null 2>&1
"https://127.0.0.1$path/install/index.php?mode=install&sub=create_table" > /dev/null 2>&1
# We need to rename the install folder
#sudo mv $final_path/install $final_path/install_old