mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
Merge branch 'main' of https://github.com/tw93/Mole
This commit is contained in:
@@ -7,7 +7,7 @@ clean_user_essentials() {
|
|||||||
stop_section_spinner
|
stop_section_spinner
|
||||||
|
|
||||||
safe_clean ~/Library/Logs/* "User app logs"
|
safe_clean ~/Library/Logs/* "User app logs"
|
||||||
|
|
||||||
if ! is_path_whitelisted "$HOME/.Trash"; then
|
if ! is_path_whitelisted "$HOME/.Trash"; then
|
||||||
local trash_count
|
local trash_count
|
||||||
trash_count=$(osascript -e 'tell application "Finder" to count items in trash' 2> /dev/null || echo "0")
|
trash_count=$(osascript -e 'tell application "Finder" to count items in trash' 2> /dev/null || echo "0")
|
||||||
|
|||||||
Reference in New Issue
Block a user