summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/browser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/browser.py b/backend/browser.py
index c037bfcb..6e99ed20 100644
--- a/backend/browser.py
+++ b/backend/browser.py
@@ -37,7 +37,6 @@ class PluginBrowser:
return False
zip_file = ZipFile(zip)
zip_file.extractall(self.plugin_path)
- rename(path.join(self.plugin_path, zip_file.namelist()[0]), path.join(self.plugin_path, name))
Popen(["chown", "-R", "deck:deck", self.plugin_path])
Popen(["chmod", "-R", "555", self.plugin_path])
return True