This commit is contained in:
2023-12-11 20:31:03 -06:00
parent fcdb1d1db6
commit e2263c193b
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.1-12112023' VERS='2.5.4-12112023'
noheader=' update service dailytemp confsync ' noheader=' update service dailytemp confsync '
hc_cw=60 hc_cw=60

View File

@@ -18,9 +18,6 @@ PWO_START(){
. /opt/idssys/powerwall/settings.conf . /opt/idssys/powerwall/settings.conf
PW_OFFSITEHOSTS=$(echo ${PW_OFFSITE_HOSTS} | tr ',' ' ') PW_OFFSITEHOSTS=$(echo ${PW_OFFSITE_HOSTS} | tr ',' ' ')
for host in ${PW_OFFSITEHOSTS}; do
echo "HERE: $host"
done
# TEST=true # TEST=true
# TEST=full # TEST=full
if [ "${TEST}" != "" ]; then if [ "${TEST}" != "" ]; then