Skip to content

Commit

Permalink
Correct the arguments of a2j_control
Browse files Browse the repository at this point in the history
  • Loading branch information
callmemagnus authored and falkTX committed Nov 26, 2020
1 parent 9f87918 commit 5b8f5d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions a2j
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
if test $# -eq 1 -a x$1 = x-e
then
echo "hardware ports export"
a2j_control ehw
a2j_control --ehw
else
a2j_control dhw
a2j_control --dhw
fi

a2j_control start
trap "a2j_control stop; exit" INT TERM
a2j_control --start
trap "a2j_control --stop; exit" INT TERM
read unused

0 comments on commit 5b8f5d9

Please sign in to comment.