This commit is contained in:
2023-08-14 23:25:38 -05:00
parent b9f67f7098
commit b1165e7edf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.2.5-08142023'
VERS='2.2.20-08142023'
noheader=' update service dailytemp '

View File

@@ -194,7 +194,7 @@ CHECKTEMP_SERVICE(){
temp_crit=$(echo ${SENSOR} | cut -d'p' -f2 | awk '/ / {print $4}' | sed -e 's/C//g'); temp_crit=${temp_crit/ /}
temp_crit_sys=$(echo ${SENSOR} | cut -d'p' -f2 | awk '/ / {print $4}' | sed -e 's/C//g'); temp_crit=${temp_crit/ /}
vSENSOR=$(echo ${SENSOR} | cut -d'T' -f1 | xargs)
SENSOR="${SENSORa}-${vSENSOR// /_}"
SENSOR="${SENSORa}-${vSENSOR// /.}"
fi
datetime=`date +'%Y-%m-%d %H:%M:%S'`