From 82c64d81cb8b090d0d405422fcb4015690910556 Mon Sep 17 00:00:00 2001 From: tth Date: Thu, 3 Jan 2019 18:43:23 +0100 Subject: [PATCH] +my --- influxdb/injecteur.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/influxdb/injecteur.pl b/influxdb/injecteur.pl index c113ea5..7a09954 100755 --- a/influxdb/injecteur.pl +++ b/influxdb/injecteur.pl @@ -2,8 +2,8 @@ use strict; -$host = "localhost"; -$port = 8086; +my $host = "localhost"; +my $port = 8086; print "injecteur v 0\n";