squash merge from dev branch
This commit is contained in:
8
scripts/start.sh
Executable file
8
scripts/start.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$CONFIG_FILE" ]
|
||||
then
|
||||
/app/mikrotik-exporter -device $DEVICE -address $ADDRESS -user $USER -password $PASSWORD
|
||||
else
|
||||
/app/mikrotik-exporter -config $CONFIG_FILE
|
||||
fi
|
||||
Reference in New Issue
Block a user