From 5dcbb3462385dc55d238d6919cf43c9ba861990e Mon Sep 17 00:00:00 2001 From: Anna Prosvetova Date: Thu, 25 Nov 2021 15:37:49 +0300 Subject: [PATCH] Scripts: fix for macOS --- scripts/flash_nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flash_nix.sh b/scripts/flash_nix.sh index f341a20..eda762c 100755 --- a/scripts/flash_nix.sh +++ b/scripts/flash_nix.sh @@ -25,5 +25,5 @@ fi echo "Usage: $0 " echo "Available ports:" -find /dev/tty* | grep -E "ACM|USB" --color=never +find /dev/tty* | grep -E "ACM|USB|\." --color=never exit 255;