Adding some more debug options

This commit is contained in:
Matt Burchett
2019-01-14 12:39:13 -06:00
parent d98ac3058e
commit bbd1680f1e
3 changed files with 15 additions and 7 deletions

View File

@ -34,5 +34,5 @@ func main() {
}
data := resolver.PerformZoneTransfer(cfg, debug)
shell.CreateShellAliases(data, user, cfg)
shell.CreateShellAliases(data, user, cfg, debug)
}