Fixed: Don't reject paths under /srv

This commit is contained in:
Qstick 2018-02-03 22:45:30 -05:00
parent ef6a84c136
commit ff3f52eb3f

View file

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