This commit is contained in:
2024-01-03 11:39:46 -06:00
parent 13389caef1
commit 47282163fc
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.102-01022024'
VERS='2.5.103-01022024'
noheader=' update service dailytemp confsync -r -report '

View File

@@ -104,7 +104,6 @@ CHECKTEMP(){
fi
fi
done
unset avgdays
end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}"
[ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
}