This commit is contained in:
2024-08-21 16:29:22 -05:00
parent 0336715c24
commit 99a5703649
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.7.87-08212024'
VERS='2.7.88-08212024'
noheader=' update service dailytemp confsync -r -report test '
@@ -31,6 +31,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
mqtt_conn="/usr/bin/mosquitto_sub -h 127.0.0.1 -u ${PW_MQTT_USER} -P ${PW_MQTT_PASS}"
# mysql_conn="/usr/bin/mysql -h ${PW_MYSQL_HOST} -P 6033 --user=${PW_MYSQL_USER} --password=${PW_MYSQL_PASS}"