fix missing await on chown_plugin_dir

This commit is contained in:
AAGaming
2023-01-16 14:17:27 -05:00
parent 649eed89c9
commit a2716449f9
+1 -1
View File
@@ -88,7 +88,7 @@ class PluginManager:
else:
self.loop.create_task(stop_systemd_unit(REMOTE_DEBUGGER_UNIT))
if CONFIG["chown_plugin_path"] == True:
chown_plugin_dir()
await chown_plugin_dir()
self.loop.create_task(self.loader_reinjector())
self.loop.create_task(self.load_plugins())