From 13381fd4665d89f8c1961e321966820e82371e57 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 26 Apr 2026 21:17:59 -0600 Subject: [PATCH] thiiiink i fixed both sh THIS TIOE??? --- implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh b/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh index d01e4a0..17873a2 100644 --- a/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh +++ b/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh @@ -23,7 +23,7 @@ send_discord_webhook() { while true; do #infinite loop # scan for those vendor ids - blescan=$(eval "bluetoothctl -t 10 scan on | awk '{print \$3}' | grep ${vendor_ids[@]/#/ -e ^}" + blescan=$(eval "bluetoothctl -t 10 scan on | awk '{print \$3}' | grep ${vendor_ids[@]/#/ -e ^}") # -n is if length of string is non zero if [ -n "$blescan" ]; then # LE detected poweroff to cryptdisk and notify