start script regardless of whether newly created

This commit is contained in:
InspectorCaracal 2022-04-01 14:39:23 -06:00 committed by GitHub
parent f093c8bcb1
commit bef8c676cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ class GlobalScriptContainer(Container):
# store a hash representation of the setup
script.attributes.add("_global_script_settings", compare_hash, category="settings_hash")
script.start()
script.start()
return script