mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Update
This commit is contained in:
parent
32a3aa598d
commit
21d91e42f3
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ yunohost app ssowatconf
|
||||||
|
|
||||||
# fill the superadmin creation form (helper ynh_local_curl doesn't work due to --data vs --data-urlencode ?)
|
# fill the superadmin creation form (helper ynh_local_curl doesn't work due to --data vs --data-urlencode ?)
|
||||||
admin_url="/index.php?p=login"
|
admin_url="/index.php?p=login"
|
||||||
myynh_local_curl $admin_url
|
ynh_local_curl $admin_url "creation=1" "login=$admin" "pass=$password" "confirm=$password"
|
||||||
sleep 1
|
|
||||||
myynh_local_curl $admin_url "creation=1" "login=$admin" "pass=$password" "confirm=$password"
|
|
||||||
|
|
||||||
# if app is private, remove url to SSOWat conf from skipped_uris
|
# if app is private, remove url to SSOWat conf from skipped_uris
|
||||||
if [ $is_public -eq 0 ]
|
if [ $is_public -eq 0 ]
|
||||||
|
|
Loading…
Reference in a new issue