1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

debug curl

This commit is contained in:
Mickael-Martin 2019-07-03 14:02:41 +02:00
parent 14efffe3eb
commit 3b30f50995

View file

@ -83,7 +83,7 @@ import_template(){
chmod a+x /etc/zabbix/zabbix_agentd.d/yunohost.sh chmod a+x /etc/zabbix/zabbix_agentd.d/yunohost.sh
systemctl restart zabbix-agent systemctl restart zabbix-agent
curlOptions="--noproxy localhost -k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt --resolve $domain:443:127.0.0.1" curlOptions="--noproxy localhost -k --cookie cookiejar.txt --cookie-jar cookiejar.txt --resolve $domain:443:127.0.0.1"
curl -L $curlOptions \ curl -L $curlOptions \
--form "enter=Sign+in" \ --form "enter=Sign+in" \