1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-08 10:54:18 +00:00

add cpu temp display and optimize user check

This commit is contained in:
Copper-Eye
2026-01-13 17:21:03 -04:00
parent 68708484e3
commit fae1c88fa2
5 changed files with 48 additions and 37 deletions

View File

@@ -375,7 +375,6 @@ scan_purge_targets() {
while IFS= read -r item; do
# Check if we should abort (scanning file removed by Ctrl+C)
if [[ ! -f "$stats_dir/purge_scanning" ]]; then
rm -f "$output_file.raw"
return
fi
@@ -413,7 +412,6 @@ scan_purge_targets() {
while IFS= read -r item; do
# Check if we should abort (scanning file removed by Ctrl+C)
if [[ ! -f "$stats_dir/purge_scanning" ]]; then
rm -f "$output_file.raw"
return
fi