mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-13 10:03:56 +01:00
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:
parent
9bb5a0cee6
commit
0250e6c58e
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user