mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update install
This commit is contained in:
parent
16d1e8c7fd
commit
845e754d9e
1 changed files with 3 additions and 3 deletions
|
@ -379,9 +379,9 @@ zabbixFullpath=https://$domain$path_url
|
||||||
localpath=$(find /var/cache/yunohost/ -name "Template_Yunohost.xml")
|
localpath=$(find /var/cache/yunohost/ -name "Template_Yunohost.xml")
|
||||||
|
|
||||||
curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
||||||
--form "enter=Sign+in" \
|
--form enter=Sign+in \
|
||||||
--form "name=Admin" \
|
--form name=Admin \
|
||||||
--form "password=zabbix" \
|
--form password=zabbix \
|
||||||
"$zabbixFullpath/index.php"
|
"$zabbixFullpath/index.php"
|
||||||
|
|
||||||
sid=$(curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
sid=$(curl -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
||||||
|
|
Loading…
Add table
Reference in a new issue