diff --git a/validate_configuration b/validate_configuration index 1e9f5fb..24a190e 100755 --- a/validate_configuration +++ b/validate_configuration @@ -69,10 +69,6 @@ main() if [ ! -r "$1" ]; then failwith 'The pathname \047%s\047 does not designate a readable file.' "$1" fi - - if ! [ $(yq '.prefix' "$1") = '/opt/local' ]; then - failwith 'The only supported prefix is \047/opt/local\047.' - fi } main "$@"