From bb2ebaaa5d0969f8607089a910c4b963910f60fa Mon Sep 17 00:00:00 2001 From: masterdraco Date: Fri, 28 Feb 2025 11:24:31 +0100 Subject: [PATCH] fixed wrong bracket in torrent-config --- usr/local/bin/torrent-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/torrent-config b/usr/local/bin/torrent-config index 2534dc7..48bbbaf 100755 --- a/usr/local/bin/torrent-config +++ b/usr/local/bin/torrent-config @@ -134,7 +134,7 @@ edit_config() { if [ ! -f "$CONFIG_PATH" ]; then echo -e "${RED}Error: Configuration file not found at $CONFIG_PATH${NC}" exit 1 - } + fi # Create a backup before editing backup_config