View Single Post
Old 03-05-2025, 03:39 PM   #18
remlap
Connoisseur
remlap began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Jun 2010
Device: none
Code:
#
## Bluetooth Toggle Menu
menu_item       :   main        :   Enable Bluetooth        :   nickel_bluetooth            :   toggle
    chain_success               :   cmd_spawn               :   quiet           :   sed -i '/^## Bluetooth Toggle Menu/ { n; s/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1Disable Bluetooth \2/ }' /mnt/onboard/.adds/nm/menu
    chain_failure               :   cmd_spawn               :   quiet           :   sed -i '/^## Bluetooth Toggle Menu/ { n; s/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1Enable Bluetooth \2/ }' /mnt/onboard/.adds/nm/menu
#

Why wont this work for me
remlap is offline   Reply With Quote