This commit is contained in:
2024-08-22 19:27:31 -05:00
parent 6e01ad3606
commit 195528d7c4
2 changed files with 15 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.7.89-08212024'
VERS='2.7.90-08222024'
noheader=' update service dailytemp confsync -r -report test '
@@ -27,11 +27,13 @@ PW_LOGPOWER=${PW_LOGFOLDER}/log-power
M_SRVCOPT=(start stop restart reload enable disable)
source ${PW_FOLDER}/settings.conf
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_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}"
# mysql_conn="/usr/bin/mysql -h ${PW_MYSQL_HOST} -P 6033 --user=${PW_MYSQL_USER} --password=${PW_MYSQL_PASS}"