Skip to content

Commit f93b37a

Browse files
authored
Merge pull request #26 from liquidweb/add-ip-wording
add some reboot wording when adding ip's
2 parents bfc0a2c + ae2317a commit f93b37a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmd/cloudNetworkPublicAdd.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ will be up to the administrator to configure the IP address(es) within the serve
8282
}
8383

8484
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+
}
8591
},
8692
}
8793

0 commit comments

Comments
 (0)