Update power.inc.sh
This commit is contained in:
@@ -797,9 +797,9 @@ CHECKPOWER(){
|
||||
|
||||
fi
|
||||
if [ ${REPORT} -eq 0 ]; then
|
||||
if [ "${avgdays}" != "" ]; then
|
||||
# if [ "${avgdays}" != "" ]; then
|
||||
modend=`date +%s`; modruntime=$((modend-modstart)); echo -e "\n${idsCL[Default]}script runtime: ${modruntime}s"
|
||||
fi
|
||||
# fi
|
||||
[ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user