mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 02:21:40 +02:00
NOPE
This commit is contained in:
@@ -174,8 +174,6 @@ def install_osx():
|
|||||||
with open(template_path, 'r', encoding='utf-8') as inp:
|
with open(template_path, 'r', encoding='utf-8') as inp:
|
||||||
plist = inp.read()
|
plist = inp.read()
|
||||||
|
|
||||||
plist = plist.read()
|
|
||||||
|
|
||||||
plist = plist.replace("$HASS_PATH$", hass_path)
|
plist = plist.replace("$HASS_PATH$", hass_path)
|
||||||
plist = plist.replace("$USER$", user)
|
plist = plist.replace("$USER$", user)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user