1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-29 03:05:49 +00: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

View file

@ -62,7 +62,6 @@ namespace NzbDrone.Core.Validation.Paths
"/boot", "/boot",
"/lib", "/lib",
"/sbin", "/sbin",
"/srv",
"/proc" "/proc"
}; };