Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consul: fix to remove outdated caveat
The caveat for the `-ui-dir` parameter is no longer correct as since 0.7 and above produce this warning if you try and use it: ``` ==> If using Consul version 0.7.0 or later, the web UI is included in the binary so use ui to enable it ``` Using -agent -dev implies -ui and so the caveat produces an error trying to start Consul. As a result the `pkgshare.install` is superfluous and so that's gone too. Closes #15926. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
- Loading branch information