From 11771f20e2254501a17e9e3828064dc5b380c9e2 Mon Sep 17 00:00:00 2001 From: ChopperRob <47484504+ChopperRob@users.noreply.github.com> Date: Tue, 25 May 2021 10:35:53 +0200 Subject: [PATCH] Update tutorial.md (#948) The link to the run.sh example no longer exists. Change it to the run.sh of the dhcp_server addon. --- docs/add-ons/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/tutorial.md b/docs/add-ons/tutorial.md index b0b46202..d08af638 100644 --- a/docs/add-ons/tutorial.md +++ b/docs/add-ons/tutorial.md @@ -183,4 +183,4 @@ Change the options and schema entries in your `config.json` with the following: } ``` -Reload the add-on store and re-install your add-on. You will now see the options available in the add-on config screen. When you now go back to our Python 3 server and download `options.json`, you'll see the options you set. [Example of how options.json can be used inside `run.sh`](https://github.com/home-assistant/hassio-addons/blob/master/mosquitto/data/run.sh#L4-L5) +Reload the add-on store and re-install your add-on. You will now see the options available in the add-on config screen. When you now go back to our Python 3 server and download `options.json`, you'll see the options you set. [Example of how options.json can be used inside `run.sh`](https://github.com/home-assistant/addons/blob/master/dhcp_server/data/run.sh#L10-L13)