From: Nicolas Boisselier Date: Sat, 4 Feb 2017 21:40:44 +0000 (+0000) Subject: bin/ovh-api X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2246f79c3458b0f6d9db516b5e514a4661b4007e;p=nb.git bin/ovh-api --- diff --git a/bin/ovh-api b/bin/ovh-api index 91dc0a63..d22a39f9 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -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