Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jetfir3 authored May 27, 2024
1 parent fc1de0b commit e284268
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spotx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,6 @@ macos_autoupdate_check() {
rm -rf "${autoupdatePath}" 2>/dev/null
echo -e "${green}Notice:${clr} Deleted stock auto-update file waiting to be installed"
}
local altAutoupdatePath=$(find /Users/*/Library/Application\ Support/Spotify/PersistentCache/Update -type d 2>/dev/null)
local dir
for dir in $altAutoupdatePath; do
[[ -d "${dir}" && "$(ls -A "${dir}")" ]] && {
echo -e "\n${yellow}Warning:${clr} Potential auto-update file found...\nManual deletion required: ${dir}\n" >&2
}
done
}

macos_prepare() {
Expand Down

0 comments on commit e284268

Please sign in to comment.