fix missing test in proxmark.sh

This commit is contained in:
TomHarkness 2018-08-17 00:41:42 +10:00
parent 4229f7a1de
commit bf5d618390

View file

@ -1,6 +1,6 @@
#!/bin/bash
function wait4proxmark {
function wait4wait4proxmark_Linux {
echo >&2 "Waiting for Proxmark to appear..."
while [ ! -c /dev/ttyACM? -a ! -L /dev/pm3-? ]; do
sleep .1