let it get overwritten
This commit is contained in:
parent
5cbcd72912
commit
37cd62447e
1 changed files with 0 additions and 3 deletions
|
@ -182,9 +182,6 @@ def install_osx():
|
|||
|
||||
path = os.path.expanduser("~/Library/LaunchAgents/org.homeassistant.plist")
|
||||
|
||||
if os.path.isfile(path):
|
||||
os.remove(path)
|
||||
|
||||
with codecs.open(path, 'w', 'utf-8') as outp:
|
||||
outp.write(plist)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue