Skip to content

Commit 5b8f5d9

Browse files
callmemagnusfalkTX
authored andcommitted
Correct the arguments of a2j_control
1 parent 9f87918 commit 5b8f5d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

a2j

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
if test $# -eq 1 -a x$1 = x-e
88
then
99
echo "hardware ports export"
10-
a2j_control ehw
10+
a2j_control --ehw
1111
else
12-
a2j_control dhw
12+
a2j_control --dhw
1313
fi
1414

15-
a2j_control start
16-
trap "a2j_control stop; exit" INT TERM
15+
a2j_control --start
16+
trap "a2j_control --stop; exit" INT TERM
1717
read unused

0 commit comments

Comments
 (0)