1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

[fix] make the last curl works

This commit is contained in:
Laurent Peuch 2015-09-28 01:09:37 +02:00
parent 1b7edbb5ba
commit b2bcda83ea

View file

@ -54,6 +54,10 @@ sudo service php5-fpm restart
sudo service nginx reload
sudo yunohost app ssowatconf
# TODO curl on the good page
sudo yunohost app setting owncloud unprotected_uris -v ""
sudo yunohost app ssowatconf
curl -kL -H "Host: $domain" -X POST https://127.0.0.1$path/admin/setup.php --data "go=yolo" > /dev/null 2>&1
sudo yunohost app setting owncloud unprotected_uris -v ""
sudo yunohost app ssowatconf
# su postgres -c "psql account_repository -c 'delete from ac_users;'"