mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Automatic installation
This commit is contained in:
parent
f54a7404af
commit
a7f2a155cb
1 changed files with 2 additions and 2 deletions
|
@ -55,10 +55,10 @@ sudo curl -k -X POST \
|
|||
--data-urlencode "server_port=443" \
|
||||
--data-urlencode "script_path=$path" \
|
||||
--data-urlencode "submit=next" \
|
||||
"https://127.0.0.1/forum/install/index.php?mode=install&sub=final" > /dev/null 2>&1
|
||||
"https://127.0.0.1/forum/install/index.php?mode=install" > /dev/null 2>&1
|
||||
|
||||
# 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
|
||||
|
||||
# Modify Nginx configuration file and copy it to Nginx conf directory
|
||||
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf
|
||||
|
|
Loading…
Reference in a new issue