Update hassio_addon_tutorial.md (#424)

* Update hassio_addon_tutorial.md

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Franck Nijhof 2020-03-05 09:28:41 +01:00 committed by GitHub
parent cd8b47e7e2
commit 9f7fadf75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,8 @@ CMD [ "/run.sh" ]
`run.sh`: `run.sh`:
```shell ```shell
#!/usr/bin/with-contenv bashio
echo Hello world! echo Hello world!
``` ```
Make sure your editor is using UNIX-like line breaks (LF), not Dos/Windows (CRLF). Make sure your editor is using UNIX-like line breaks (LF), not Dos/Windows (CRLF).