File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Configs/.config/hyde/wallbash/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 spotify_path=" ${shareDir} /spotify-launcher/install/usr/bin/spotify"
6464 elif [ -d /opt/spotify ]; then
6565 spotify_path=' /opt/spotify'
66- elif [ -d /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/ ]; then
67- spotify_path=' /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/ '
66+ elif [ -d /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify ]; then
67+ spotify_path=' /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify'
6868 fi
6969 if [ ! -w " ${spotify_path} " ] || [ ! -w " ${spotify_path} /Apps" ]; then
7070 notify_and_set_permissions " ${spotify_path} "
You can’t perform that action at this time.
0 commit comments