Browse Source

Update packaging.asciidoc

Remove mention of following symlinks under `path.scripts`

Closes #14733
Clinton Gormley 10 years ago
parent
commit
062abf813b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/migration/migrate_2_0/packaging.asciidoc

+ 1 - 1
docs/reference/migration/migrate_2_0/packaging.asciidoc

@@ -7,7 +7,7 @@ Elasticsearch 2.0 runs with the Java security manager enabled and is much more
 restrictive about which paths it is allowed to access.  Various paths can be
 configured, e.g. `path.data`, `path.scripts`, `path.repo`.  A configured path
 may itself be a symbolic link, but no symlinks under that path will be
-followed (with the exception of `path.scripts`, which does follow symlinks).
+followed.
 
 ==== Running `bin/elasticsearch`