diff options
| -rw-r--r-- | units/ib_name.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/ib_name.zsh b/units/ib_name.zsh index 215b9cf..c121a3b 100644 --- a/units/ib_name.zsh +++ b/units/ib_name.zsh @@ -16,7 +16,7 @@ then if [[ "${reply_text}" != "null" ]] then ib_reply_name="$(printf "%s" "${reply_text}" | sed '1!d')" - ib_post_id="$(printf "%s" "${reply_text}" | grep 'ID' | parameter 2)" + ib_post_id="$(printf "%s" "${reply_text}" | sed '2!d' | parameter 2)" for ib_board in ${board_table[@]} do |
