various issues fixing (#49)
* arm64 Dockerfile and Makefile update * #46 version flag
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -x /app/mikrotik-exporter ]; then
|
||||
chmod 755 /app/mikrotik-expoter
|
||||
fi
|
||||
|
||||
if [ -z "$CONFIG_FILE" ]
|
||||
then
|
||||
/app/mikrotik-exporter -device $DEVICE -address $ADDRESS -user $USER -password $PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user