]> git.nbdom.net Git - nb.git/commitdiff
bin/ovh-api
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 4 Feb 2017 21:40:44 +0000 (21:40 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Sat, 4 Feb 2017 21:40:44 +0000 (21:40 +0000)
bin/ovh-api

index 91dc0a63c3f9f160adc9cf62a1de318a1ccb414b..d22a39f92d7562b58971f86594ee314a839cf5d5 100755 (executable)
@@ -76,8 +76,8 @@ if (@KEY < 3) {
     my ($consumerKey, $validationUrl) = @{ $Answer->content}{qw{ consumerKey validationUrl }};
     # $validationUrl contains a link to OVH website in order to login an OVH account and link it to the credential
     push @KEY, $consumerKey;
+    print "New go to $validationUrl\n";
     print "Your consumerKey is $consumerKey\n";
-    print "You need to validate in your browser at $validationUrl\n";
     print "Create ~/.ovh.api with permission 600 with\n".join(':',@KEY)."\n";
   }
   exit