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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user