From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 16 May 2025 03:15:55 +0000 (+0200)
Subject: Fix.
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/process?a=commitdiff_plain;h=b80187abf08effe8500eefe1ad73984d36a8e4d5;p=config

Fix.
---

diff --git a/bookworm/scripts/lib/constants_seedbox b/bookworm/scripts/lib/constants_seedbox
index 71998d5..3b659d8 100644
--- a/bookworm/scripts/lib/constants_seedbox
+++ b/bookworm/scripts/lib/constants_seedbox
@@ -2,5 +2,5 @@ EXT_TORRENT='.torrent'
 PATTERN_HASH_CHAR='[A-Z0-9]'
 PATTERN_HASH="${PATTERN_HASH_CHAR}{40}"
 PATTERN_HASH_ONLY="^${PATTERN_HASH}\$"
-DIRNAME_DOWNLOADs='downloads'
+DIRNAME_DOWNLOADS='downloads'
 DIRNAME_SESSION='session'