From 6ce548619a1624afc9cf80ed647b9aac6f7afe1d Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 24 Apr 2023 00:52:01 +0400 Subject: [PATCH] Removed unused Chroot field from a Configuration struct. --- internal/configuration/configuration.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/configuration/configuration.go b/internal/configuration/configuration.go index a53fe73..b432504 100644 --- a/internal/configuration/configuration.go +++ b/internal/configuration/configuration.go @@ -13,7 +13,6 @@ type Configuration struct { ListenOn string `yaml:"listen_on"` HashSalt string `yaml:"hash_salt"` User string `yaml:"user"` - Chroot string `yaml:"chroot"` Log struct { Error string `yaml:"error"` Upload string `yaml:"upload"`