Skip to content

Commit

Permalink
Send command, literally perfected.
Browse files Browse the repository at this point in the history
Don't send send dummy.
  • Loading branch information
zolrath committed Mar 13, 2014
1 parent e8efbcb commit 971f8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wemux
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ client_mode() {

send() {
if [ "$allow_pair_mode" == "true" -o "$allow_rogue_mode" == "true" ]; then
$wemux send "$@"
$wemux "$@"
else
echo "Pairing and Rogue mode are off, sending is disabled."
fi
Expand Down

0 comments on commit 971f8c3

Please sign in to comment.