From f00bdb0eee1f6a5448d6a47a4a2d6aaaabf69109 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 5 May 2019 20:42:59 -0400 Subject: [PATCH] fix bug in last commit --- libremanage | 1 + 1 file changed, 1 insertion(+) diff --git a/libremanage b/libremanage index 3bb2c62..687221f 100755 --- a/libremanage +++ b/libremanage @@ -92,6 +92,7 @@ fi switch=false if [[ $1 == --switch ]]; then switch=true + shift fi read action chan board_id <<<"$@" -- 2.25.1