⚙️ config(systemd): changed the download music script to include absolute path to find the sync script

This commit is contained in:
Sergio Laín 2023-10-26 11:58:43 +02:00
parent 05c57d5ae1
commit f37ebcd741
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -17,7 +17,7 @@ FOLDERS=(
notify-send "Spotdl Sync" "Started syncing..."
for folder in "${FOLDERS[@]}"; do
spotdlSync "$folder"
/home/matt/.local/bin/spotdlSync "$folder"
done
notify-send "Spotdl Sync Complete"