fixed wrong bracket in torrent-config

This commit is contained in:
masterdraco 2025-02-28 11:24:31 +01:00
parent c924f096e7
commit bb2ebaaa5d

View File

@ -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