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:
Daniel Ricart 2019-10-16 18:07:35 +02:00 committed by Steve Brunton
parent 9bb5a0cee6
commit 0250e6c58e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
if [ ! -x /app/mikrotik-exporter ]; then
chmod 755 /app/mikrotik-expoter
chmod 755 /app/mikrotik-exporter
fi
if [ -z "$CONFIG_FILE" ]