⚙️ config(systemd): changed the download music script to include absolute path to find the sync script
This commit is contained in:
parent
05c57d5ae1
commit
f37ebcd741
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue