mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
follow auth curl
This commit is contained in:
parent
5c7ea71319
commit
bf46febf87
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ chmod a+x /etc/zabbix/zabbix_agentd.d/yunohost.sh
|
||||||
|
|
||||||
systemctl restart zabbix-agent
|
systemctl restart zabbix-agent
|
||||||
|
|
||||||
curl -k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt \
|
curl -L -k -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" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue