From d33cbd193e5c529723053edee770dc92f2c03842 Mon Sep 17 00:00:00 2001 From: Nacef LABIDI Date: Fri, 7 Dec 2018 17:43:18 +0100 Subject: [PATCH] Incorrect param for passing config file (#24) --- scripts/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/start.sh b/scripts/start.sh index 477e5a0..8ae4718 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -4,5 +4,5 @@ if [ -z "$CONFIG_FILE" ] then /app/mikrotik-exporter -device $DEVICE -address $ADDRESS -user $USER -password $PASSWORD else - /app/mikrotik-exporter -config $CONFIG_FILE -fi \ No newline at end of file + /app/mikrotik-exporter -config-file $CONFIG_FILE +fi