Search found 1 match

by Alexis64
Sunday 10 May 2020 4:03
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 134184

Re: Script to restart Domoticz if it crashes

DOMOTICZ=`curl -s --connect-timeout 2 --max-time 5 "http://User:[email protected]:8080/ ... getversion"`

In my case I had to add thr user name and password for Domoticz otherwize it comes with unautorized message.