about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-19 16:44:44 +0100
committerSoispha <soispha@vhack.eu>2023-12-19 16:44:44 +0100
commit47386bd3cb4bc63a4791290804f649834ebd1a01 (patch)
treee356fd8c7b9e4f7536ff1883afe7ab2d44dbf92b
parentfix(hm/pkgs/src/spodi): Remove quotes in the error-log path (diff)
downloadnixos-config-47386bd3cb4bc63a4791290804f649834ebd1a01.tar.gz
nixos-config-47386bd3cb4bc63a4791290804f649834ebd1a01.zip
fix(hm/pkgs/src/spodi): Also exclude error-log
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/spodi2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/spodi b/hm/soispha/pkgs/scripts/wrappers/spodi
index cd18c47c..646c41cd 100755
--- a/hm/soispha/pkgs/scripts/wrappers/spodi
+++ b/hm/soispha/pkgs/scripts/wrappers/spodi
@@ -11,7 +11,7 @@ download_url="$1";
 
 
 already_downloaded_files="$(mktmp)"
-fd . "$DOWN_DIR" --exclude spotdl.log > "$already_downloaded_files";
+fd . "$DOWN_DIR" --exclude spotdl.log --exclude spotdl-errors.log > "$already_downloaded_files";
 
 config="$(mktmp)"
 cat << EOF | clean > "$config"