From f37ebcd741478477b188b5e628c1d40073a5f02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 26 Oct 2023 11:58:43 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(systemd):=20changed?= =?UTF-8?q?=20the=20download=20music=20script=20to=20include=20absolute=20?= =?UTF-8?q?path=20to=20find=20the=20sync=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/downloadMusic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/downloadMusic b/.local/bin/downloadMusic index b4f5e2c5..5d3f5c81 100755 --- a/.local/bin/downloadMusic +++ b/.local/bin/downloadMusic @@ -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"