You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"", ctxerr.Wrap(ctx, err, "check windows MDM enabled")
192
180
}
193
181
}
194
-
appCfg, err:=svc.ds.AppConfig(ctx)
195
-
iferr!=nil {
196
-
return"", ctxerr.Wrap(ctx, err, "get app config")
197
-
}
198
-
ifappCfg.ServerSettings.ScriptsDisabled {
199
-
return"", ctxerr.Wrap(ctx, fleet.NewInvalidArgumentError("host_id", "Can't unlock host because running scripts is disabled in organization settings."))
0 commit comments