Skip to content

Commit fbb550d

Browse files
authored
Merge pull request #1375 from NVIDIA/backport-1373-to-release-1.18
[release-1.18] Fix bug in create-dev-char-symlinks command
2 parents e258bbf + dd65403 commit fbb550d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/nvidia-ctk/system/create-dev-char-symlinks/create-dev-char-symlinks.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ func (m command) build() *cli.Command {
115115
}
116116

117117
func (m command) validateFlags(cfg *config) error {
118-
if cfg.createAll {
119-
return fmt.Errorf("create-all and watch are mutually exclusive")
120-
}
121-
122118
if cfg.loadKernelModules && !cfg.createAll {
123119
m.logger.Warning("load-kernel-modules is only applicable when create-all is set; ignoring")
124120
cfg.loadKernelModules = false

0 commit comments

Comments
 (0)