1
0
Fork 0
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:
Mickael-Martin 2019-02-27 11:29:44 +01:00
parent 131ed10a16
commit 5c7ea71319

View file

@ -86,7 +86,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" \