1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

wire up tls config

This commit is contained in:
sidharthamani
2015-02-17 17:05:03 -08:00
parent 529ce4336d
commit 597a46c574
5 changed files with 46 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ func main() {
registerCmd("/sbin/halt", power.Halt)
registerCmd("/usr/bin/respawn", respawn.Main)
registerCmd("/usr/sbin/rancherctl", control.Main)
registerCmd("/sbin/tlsconf", util.TLSConf)
registerCmd("/usr/bin/tlsconf", util.TLSConf)
if !reexec.Init() {
log.Fatalf("Failed to find an entry point for %s", os.Args[0])