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:
parent
1b7edbb5ba
commit
b2bcda83ea
1 changed files with 5 additions and 1 deletions
|
@ -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;'"
|
||||
|
|
Loading…
Reference in a new issue