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