From 2246f79c3458b0f6d9db516b5e514a4661b4007e Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 4 Feb 2017 21:40:44 +0000 Subject: [PATCH] bin/ovh-api --- bin/ovh-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3