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