Incorrect param for passing config file (#24)
This commit is contained in:
committed by
Steve Brunton
parent
4264ed930f
commit
d33cbd193e
@@ -4,5 +4,5 @@ if [ -z "$CONFIG_FILE" ]
|
|||||||
then
|
then
|
||||||
/app/mikrotik-exporter -device $DEVICE -address $ADDRESS -user $USER -password $PASSWORD
|
/app/mikrotik-exporter -device $DEVICE -address $ADDRESS -user $USER -password $PASSWORD
|
||||||
else
|
else
|
||||||
/app/mikrotik-exporter -config $CONFIG_FILE
|
/app/mikrotik-exporter -config-file $CONFIG_FILE
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user