1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Don't reject paths under /srv

Closes #2388
This commit is contained in:
Mark McDowall
2018-01-31 19:53:56 -08:00
parent d93645fb46
commit 4975793b45
@@ -62,7 +62,6 @@ namespace NzbDrone.Core.Validation.Paths
"/boot", "/boot",
"/lib", "/lib",
"/sbin", "/sbin",
"/srv",
"/proc" "/proc"
}; };