From 3bdccd02dffbef4ad51a8daef2b2be39c5432be3 Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Mon, 14 Jun 2021 13:04:07 +0100 Subject: [PATCH] Minor grammatical adjustment to snapshot_pre/post descriptions (#968) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Grammar * 🤦‍♂️deleted too much Co-authored-by: Franck Nijhof Co-authored-by: Franck Nijhof --- docs/add-ons/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index 65e03c52..9daa7772 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -179,8 +179,8 @@ image: repo/{arch}-my-custom-addon | panel_title | string | no | Default is the add-on name, but can be modified with this option. | panel_admin | bool | no | Default `true`. Make menu entry only available with admin privileged. | snapshot_exclude | list | no | List of file/path (with glob support) that are excluded from snapshots. -| snapshot_pre | string | Command to execute in the context of the add-on before the snapshot is being taken. -| snapshot_post | string | Command to execute in the context of the add-on after the snapshot is being taken. +| snapshot_pre | string | Command to execute in the context of the add-on before the snapshot is taken. +| snapshot_post | string | Command to execute in the context of the add-on after the snapshot was taken. | advanced | bool | no | Default `false`. Make addon visible in simple mode. | stage | string | no | Default `stable`. Flag add-on with follow attribute: `stable`, `experimental` or `deprecated` | init | bool | no | Default `true`. Disable the Docker default system init. Use this if the image has its own init system.