Update temp.inc.sh

This commit is contained in:
2024-01-05 12:53:34 -06:00
parent da8b1bca2e
commit 502083c9cd

View File

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