mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-07 15:58:45 +09:00
fix: move tag command to subcommand of nodes
This commit is contained in:
@@ -564,3 +564,13 @@ func GetFileMode(key string) fs.FileMode {
|
||||
|
||||
return fs.FileMode(mode)
|
||||
}
|
||||
|
||||
func containsString(ss []string, s string) bool {
|
||||
for _, v := range ss {
|
||||
if v == s {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user