This commit is contained in:
2024-01-03 11:39:46 -06:00
parent 13389caef1
commit 47282163fc
2 changed files with 1 additions and 2 deletions

View File

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