Procházet zdrojové kódy

Add permission detail influxdb readme

Just spent the better part of two hours finding this little detail out the hard way :]
Robin van Boven před 2 roky
rodič
revize
73b23d736d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      influxdb/content.md

+ 1 - 1
influxdb/content.md

@@ -178,7 +178,7 @@ Once an InfluxDB instance has completed initial setup, its APIs will unlock. See
 
 ### Custom Initialization Scripts
 
-The InfluxDB image supports running arbitrary initialization scripts after initial system setup, on both the `setup` and `upgrade` paths. Scripts must have extension `.sh` and be mounted inside of the `/docker-entrypoint-initdb.d` directory. When multiple scripts are present, they will be executed in lexical sort order by name.
+The InfluxDB image supports running arbitrary initialization scripts after initial system setup, on both the `setup` and `upgrade` paths. Scripts must have extension `.sh`, must have execute file permissions (`chmod +x <yourscript.sh>`) and be mounted inside of the `/docker-entrypoint-initdb.d` directory. When multiple scripts are present, they will be executed in lexical sort order by name.
 
 As a convenience for script-writers, the image will export a number of variables into the environment before executing any scripts: