Skip to content

Commit

Permalink
feat(usbip): use temprary loop file
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Jun 18, 2024
1 parent dbbde7e commit 8c967ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/usbip/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
: "${USBIP_HOST:=localhost}" # Remote host
: "${USBIP_PORT:=3240}" # Remote port
: "${USBIP_RETRY:=5}" # Attach retry period
: "${USBIP_LOOP_FILE:=/tmp/usbip-attach-loop}"
: "${USBIP_LOOP_FILE:=$(mktemp)}"

# Attach device
attach_device() {
Expand Down

0 comments on commit 8c967ab

Please sign in to comment.