We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfc0a2c + ae2317a commit f93b37aCopy full SHA for f93b37a
cmd/cloudNetworkPublicAdd.go
@@ -82,6 +82,12 @@ will be up to the administrator to configure the IP address(es) within the serve
82
}
83
84
fmt.Printf("Adding [%s] to Cloud Server\n", details.Adding)
85
+
86
+ if rebootFlag {
87
+ fmt.Println("Server will be rebooted and IP(s) automatically configured.")
88
+ } else {
89
+ fmt.Println("Server will not be rebooted. IP's will need to be manually configured.")
90
+ }
91
},
92
93
0 commit comments