From 2100baa0365be173dcf5ea76a5e047cdcb49153c Mon Sep 17 00:00:00 2001 From: Devops Date: Fri, 7 Jul 2017 10:51:34 +0100 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 a3e64e9f..ce271ae1 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -58,7 +58,7 @@ ip_move($Opt{'ip-move'}) if $Opt{'ip-move'}; if ($Opt{'ip-routed'}) { my @routed = ip_routed($Opt{'ip-routed'}); - print JSON::encode_json(\@routed); + print JSON::encode_json(\@routed)."\n"; exit 0; } -- 2.47.3