diff --git a/study.js b/study.js index 5862e1c..e224f57 100644 --- a/study.js +++ b/study.js @@ -28,6 +28,8 @@ class ContainersStudy extends shield.Study { const thisStudy = new ContainersStudy(studyConfig); -unload((reason) => thisStudy.shutdown(reason)); +if (self.id === "@shield-study-containers") { + unload((reason) => thisStudy.shutdown(reason)); +} exports.study = thisStudy;