From 37cd62447e95d97e8f7e759edc22bd4bf944f57e Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Tue, 15 Sep 2015 02:50:15 -0400 Subject: [PATCH] let it get overwritten --- homeassistant/__main__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/__main__.py b/homeassistant/__main__.py index 5e83ee0126c..a160e8ad973 100644 --- a/homeassistant/__main__.py +++ b/homeassistant/__main__.py @@ -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)