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
6ac5fa65f2
commit
3b081ff55e
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue