This commit is contained in:
2024-12-19 17:38:13 -06:00
parent 0732d1fd25
commit 2c6f5794e5
2 changed files with 9 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.8.15c-12182024'
VERS='2.8.16-12192024'
noheader=' update service dailytemp confsync -r -report test '
@@ -45,9 +45,8 @@ EMAIL_NOTICE=${PW_EMAIL_NOTICE}
PUSHOVER_APP_TOKEN=${PW_PUSHOVER_APP_TOKEN}
PUSHOVER_USER_TOKEN=${PW_PUSHOVER_USER_TOKEN}
[ "${PW_ENABLE_RENOTIFY}" == "" ] && PW_ENABLE_RENOTIFY=1
[ "${PW_FANINPUT}" == "" ] && PW_FANINPUT="/sys/class/hwmon/*/fan1_input"
IFS=,
PW_MAINSITEHOSTS=(${PW_MAINSITE_HOSTS})