From 862c413a677202b8469a59da2169c956417a5d46 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 26 Apr 2026 20:16:23 -0600 Subject: [PATCH] my body is ready --- implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh b/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh index d4a4428..857fcdf 100644 --- a/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh +++ b/implementations/BASH_Script_Linux/DREAMMAKER-DEMO.sh @@ -1,10 +1,10 @@ #!/bin/bash -set -e # faiulure is not tolerated here +# set -e # faiulure is not tolerated here # failure is now an option ## easy to add ids~ ### CO:1C:6A is phone in bt pair mode ### 71:D9:79 is common for testyin ### O1 is common and easier -vendor_ids=('00:25:DF' '00:58:28' '00:C0:D4' '84:70:03') +vendor_ids=('00:25:DF' '00:58:28' '00:C0:D4' '84:70:03' 'CO:1C:6A') webhook_file="/usr/share/DREAMMAKER/.discord_url" tag_file="/usr/share/DREAMMAKER/.discord_tag" username='[DЯΣΛMMΛKΣЯ]' @@ -37,4 +37,4 @@ while true; do #infinite loop # poweroff --poweroff --force --no-wall # --no-sync done fi -done \ No newline at end of file +done