Project

General

Profile

« Previous | Next » 

Revision c91542b7

Added by Alexis Mousset over 6 years ago

Fixes #11395: Cannot save plugin status during initial install

View differences:

rudder-server-relay/SOURCES/rudder-pkg
def plugin_save_status():
enabled = []
if not os.path.exists(PLUGINS_CONTEXT_XML):
return
text = open(PLUGINS_CONTEXT_XML).read()
match = re.search(r'<Set name="extraClasspath">(.*?)</Set>', text)
if match:

Also available in: Unified diff