a2136226b45e5c095dedfffa90e842de04913bac
The script was exiting immediately after showing "Devices found: 14" because the timeout command returns exit code 124, which caused the script to bail due to 'set -euo pipefail'. Added '|| true' to wait and bluetoothctl scan off commands to allow the script to continue executing and display the device list. install_kiosk_0.9.6-2.sh:7185-7186
Languages
Shell
94.1%
JavaScript
4.7%
HTML
0.9%
CSS
0.3%