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:30:15 +01:00
parent 5c7ea71319
commit bf46febf87

View file

@ -402,7 +402,7 @@ chmod a+x /etc/zabbix/zabbix_agentd.d/yunohost.sh
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 "name=Admin" \
--form "password=zabbix" \