From 79f5c5e2409101855bd9f60ec1f6cb4e3453bd15 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Apr 2026 05:56:52 -0600 Subject: [PATCH] frickkkkkkkkkkk --- DREAMMAKER.sh | 2 +- install_DREAMMAKER.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DREAMMAKER.sh b/DREAMMAKER.sh index 4656563..8ca8c3a 100644 --- a/DREAMMAKER.sh +++ b/DREAMMAKER.sh @@ -22,7 +22,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 -q ${vendor_ids[@]/#/-e }") + blescan=$(eval "bluetoothctl -t 10 scan on | awk '{print \$3}' | grep ${vendor_ids[@]/#/-e }") if [ -n "$blescan" ]; then # LE detected poweroff to cryptdisk and notify # alert spammmm diff --git a/install_DREAMMAKER.sh b/install_DREAMMAKER.sh index 0a65f37..da60f54 100644 --- a/install_DREAMMAKER.sh +++ b/install_DREAMMAKER.sh @@ -27,14 +27,14 @@ if [ ! -d "$store_path" ]; then sudo mkdir -p "$store_path" fi -if [ ! -f "$discord_file" ]; then +if [ ! -f "$webhook_file" ]; then echo -e "Enter Discord Webhook URL\n\tRight click on server->server settings->integrations" read discord_webhook sudo bash -c "echo \"$discord_webhook\" > \"$webhook_file\"" echo fi -if [ ! -f "$discord_tag" ]; then +if [ ! -f "$tag_file" ]; then echo -e "Enter Discord Member group to tag\n\tuse a backslash when tagging the roll like \\@notifications" read discord_tag_file sudo bash -c "echo \"$discord_tag_file\" > \"$tag_file\""