Update power.inc.sh
This commit is contained in:
@@ -335,11 +335,11 @@ CHECKPOWER(){
|
||||
fi
|
||||
done
|
||||
fi
|
||||
if [ ${REPORT} -eq 0 ]; then
|
||||
end=`date +%s`
|
||||
runtime=$((end-start))
|
||||
echo -e "\nruntime: ${runtime}"
|
||||
fi
|
||||
# if [ ${REPORT} -eq 0 ]; then
|
||||
# end=`date +%s`
|
||||
# runtime=$((end-start))
|
||||
# echo -e "\nruntime: ${runtime}"
|
||||
# fi
|
||||
[ "${PW_ACTION}" != "" ] && [ ${REPORT} -eq 0 ] && echo
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user