1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
This commit is contained in:
ewilly 2016-10-11 22:17:59 +02:00
parent 6ac5fa65f2
commit 3b081ff55e

View file

@ -109,4 +109,10 @@ curl -k -X POST \
--data-urlencode login="$admin" \
--data-urlencode pass="$password" \
--data-urlencode confirm="$password" \
https://"$domain""$curl_path"/index.php?p=login #> /dev/null 2>&1
https://"$domain""$curl_path"/index.php?p=login > /dev/null 2>&1
curl -k -X POST \
--data-urlencode creation="1" \
--data-urlencode login="$admin" \
--data-urlencode pass="$password" \
--data-urlencode confirm="$password" \
https://"$domain""$curl_path"/index.php?p=login > /dev/null 2>&1