fix bug in last commit
authorIan Kelling <iank@fsf.org>
Mon, 6 May 2019 00:42:59 +0000 (20:42 -0400)
committerIan Kelling <iank@fsf.org>
Mon, 6 May 2019 00:42:59 +0000 (20:42 -0400)
libremanage

index 3bb2c629302bc3efc554727929d0193ebd06b110..687221f207eede1b15fe17a50baf341b6233c76a 100755 (executable)
@@ -92,6 +92,7 @@ fi
 switch=false
 if [[ $1 == --switch ]]; then
   switch=true
+  shift
 fi
 
 read action chan board_id  <<<"$@"