Skip to content

Commit 0250e6c

Browse files
danielricartnshttpd
authored andcommitted
fixed typo in start.sh permissions assignment (#53)
Found a typo in the `start.sh` file that prevented setting the correct execution permissions.
1 parent 9bb5a0c commit 0250e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
if [ ! -x /app/mikrotik-exporter ]; then
4-
chmod 755 /app/mikrotik-expoter
4+
chmod 755 /app/mikrotik-exporter
55
fi
66

77
if [ -z "$CONFIG_FILE" ]

0 commit comments

Comments
 (0)