Skip to content

Commit

Permalink
fix(usbip): install GNU grep
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Jun 18, 2024
1 parent 8c967ab commit e568df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/usbip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
bash \
ca-certificates \
catatonit \
grep \
hwdata-usb \
linux-tools-usbip~"${VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion apps/usbip/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ start_attach_loop () {
if [ -z "${ID_LIST}" ]; then
clean_unreachable_devices
else
if [-e "${USBIP_LOOP_FILE}"]; then
if [ -e "${USBIP_LOOP_FILE}" ]; then
attach_device "${ID_LIST}"
fi
fi
Expand Down

0 comments on commit e568df9

Please sign in to comment.