From cb420bd7cba747536da5dbf6ad0b2762f832d4ba Mon Sep 17 00:00:00 2001 From: Ben Spoon Date: Sat, 15 Jun 2019 01:35:27 -0700 Subject: [PATCH] Fix typo in autostart directions (#9634) "scrip" -> "script" --- source/_docs/autostart/init.d.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/autostart/init.d.markdown b/source/_docs/autostart/init.d.markdown index db3ff12fee1..9363ed07be6 100644 --- a/source/_docs/autostart/init.d.markdown +++ b/source/_docs/autostart/init.d.markdown @@ -14,7 +14,7 @@ Home Assistant can run as a daemon within init.d with the script below. ### {% linkable_title 1. Copy script %} -Copy either the daemon script or the Python environment scrip at the end of this page to `/etc/init.d/hass-daemon` depending on your installation. +Copy either the daemon script or the Python environment script at the end of this page to `/etc/init.d/hass-daemon` depending on your installation. After that, set the script to be executable: