💬 comments(systemd): tODO comment

This commit is contained in:
Sergio Laín 2023-10-26 11:59:58 +02:00
parent f37ebcd741
commit 24aee11c28
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
/home/matt/.local/bin/spotdlSync "$folder"
/home/matt/.local/bin/spotdlSync "$folder" # TODO: Change the path to relative without breaking the systemd service
done
notify-send "Spotdl Sync Complete"