fixed typo in start.sh permissions assignment (#53)
Found a typo in the `start.sh` file that prevented setting the correct execution permissions.
This commit is contained in:
committed by
Steve Brunton
parent
9bb5a0cee6
commit
0250e6c58e
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ ! -x /app/mikrotik-exporter ]; then
|
if [ ! -x /app/mikrotik-exporter ]; then
|
||||||
chmod 755 /app/mikrotik-expoter
|
chmod 755 /app/mikrotik-exporter
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$CONFIG_FILE" ]
|
if [ -z "$CONFIG_FILE" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user