diff options
author | Soispha <soispha@vhack.eu> | 2023-12-19 16:44:44 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-19 16:44:44 +0100 |
commit | 47386bd3cb4bc63a4791290804f649834ebd1a01 (patch) | |
tree | e356fd8c7b9e4f7536ff1883afe7ab2d44dbf92b | |
parent | fix(hm/pkgs/src/spodi): Remove quotes in the error-log path (diff) | |
download | nixos-config-47386bd3cb4bc63a4791290804f649834ebd1a01.tar.gz nixos-config-47386bd3cb4bc63a4791290804f649834ebd1a01.zip |
fix(hm/pkgs/src/spodi): Also exclude error-log
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/spodi | 2 |
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" |