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