1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
This commit is contained in:
matlink 2014-11-13 21:50:18 +01:00 committed by Moul
parent 64b90f2198
commit 818e73a589

View file

@ -47,6 +47,10 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
#temporal set public acessible #temporal set public acessible
sudo yunohost app setting $app unprotected_uris -v "/" sudo yunohost app setting $app unprotected_uris -v "/"
# Restart services
sudo service nginx reload
sudo yunohost app ssowatconf
#make request to install app #make request to install app
#get the html page #get the html page
sudo curl -kL -o /tmp/install_page.html https://$domain/$path/install.php >/dev/null 2>&1 sudo curl -kL -o /tmp/install_page.html https://$domain/$path/install.php >/dev/null 2>&1