mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-10 09:39:46 +01:00
Incorrect param for passing config file (#24)
This commit is contained in:
parent
4264ed930f
commit
d33cbd193e
@ -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
|
||||
/app/mikrotik-exporter -config-file $CONFIG_FILE
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user