mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-09 07:30:57 +02:00
Disabling SSL / path corrections / misc changes (#1307)
* Disabling SSL / path corrections / misc changes Lighttpd.conf.dist: Added notes for disabling SSL SSL left as on by default Motion.conf.dist: Change pattern to make more sense when items are listed in explorer Change paths case resolv.cont.dist: Added public nameservers so that NTP will work by default rtspserver.conf.dist: Added missing settings that are created after UI page is saved anyway sendmail.conf.dist: Clarify AUTH entry to match rest of example recording: Add Recording to path to help seperate/categorise files Add sub dir with date for faster dir loading Change from MOV to REC to identify video as "recorting" type detectionON.sh: Change group/file pattern to make list better/consistent telegram-bot...: Remove blank line timelapse.sh: Change path variable name to match rest of code Add sub directories to help with loaading/filtering of files * Update resolv.conf.dist Commented out Publin DNS servers as requested Co-authored-by: Steven McCombie <smccombie@fugnet.servegame.com>
This commit is contained in:
@@ -94,7 +94,6 @@ main() {
|
||||
[ -z "$chatId" ] && return 0 # no new messages
|
||||
|
||||
cmd=$(echo "$json" | $JQ -r ".result[0].$messageAttr.text // \"\"")
|
||||
|
||||
|
||||
if [ "$chatId" != "$userChatId" ]; then
|
||||
username=$(echo "$json" | $JQ -r ".result[0].$messageAttr.from.username // \"\"")
|
||||
|
Reference in New Issue
Block a user