We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b630d commit 90f60bcCopy full SHA for 90f60bc
1 file changed
plugins/soc-ai/configurations/config.go
@@ -39,12 +39,6 @@ func GetConfig() *Config {
39
func UpdateGPTConfigurations() {
40
GetConfig()
41
42
- mode := plugins.GetCfg().Env.Mode
43
- if mode != "manager" {
44
- utils.Logger.ErrorF("Plugin is not running in manager mode, exiting...")
45
- os.Exit(0)
46
- }
47
-
48
pluginConfig := plugins.PluginCfg("com.utmstack", false)
49
if !pluginConfig.Exists() {
50
utils.Logger.ErrorF("Plugin configuration not found")
0 commit comments