mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[enh] try to do the good curl to finish the installation
This commit is contained in:
parent
dfd1f773fb
commit
0134bcef4b
1 changed files with 1 additions and 0 deletions
|
@ -53,4 +53,5 @@ sudo service nginx reload
|
|||
sudo yunohost app ssowatconf
|
||||
|
||||
# TODO curl on the good page
|
||||
curl -kL -H "Host: $domain" -X POST https://127.0.0.1$path/admin/setup.php --data "go=yolo" > /dev/null 2>&1
|
||||
# su postgres -c "psql account_repository -c 'delete from ac_users;'"
|
||||
|
|
Loading…
Reference in a new issue