mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
testing
This commit is contained in:
parent
64b90f2198
commit
818e73a589
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
|||
#temporal set public acessible
|
||||
sudo yunohost app setting $app unprotected_uris -v "/"
|
||||
|
||||
# Restart services
|
||||
sudo service nginx reload
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
#make request to install app
|
||||
#get the html page
|
||||
sudo curl -kL -o /tmp/install_page.html https://$domain/$path/install.php >/dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue