This commit is contained in:
2024-02-06 23:14:27 -06:00
parent a855ffb3e3
commit 33efcc26b1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.5.277-02062024'
VERS='2.5.278-02062024'
noheader=' update service dailytemp confsync -r -report '

View File

@@ -366,8 +366,8 @@ CHECKPOWER(){
fi
if [ ${REPORT} -eq 0 ]; then
end=`date +%s`; runtime=$((end-start)); echo -e "\n${idsCL[Default]}runtime: ${runtime}s"
[ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
fi
[ "${PW_ACTION}" != "" ] && [ ${REPORT} -eq 0 ] && echo -e "${idsCL[Default]}"
}
CHECKPOWER_SERVICE(){