Update defaults.inc

This commit is contained in:
2024-10-28 22:02:02 -05:00
parent 7ffb31332c
commit 14ddf3ff90

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.7.116-10282024'
VERS='2.7.117-10282024'
noheader=' update service dailytemp confsync -r -report test '
@@ -32,7 +32,7 @@ EMAIL_NOTICE=${PW_EMAIL_NOTICE}
PUSHOVER_APP_TOKEN=${PW_PUSHOVER_APP_TOKEN}
PUSHOVER_USER_TOKEN=${PW_PUSHOVER_USER_TOKEN}
PW_FANINPUT=/sys/class/hwmon/hwmon3/fan1_input
[ "${PW_FANINPUT}" == "" ] && PW_FANINPUT=/sys/class/hwmon/hwmon2/fan1_input
[ "${PW_ENABLE_RENOTIFY}" == "" ] && PW_ENABLE_RENOTIFY=1
mqtt_conn="/usr/bin/mosquitto_sub -h 127.0.0.1 -u ${PW_MQTT_USER} -P ${PW_MQTT_PASS}"