failsafe 87 B

12345
  1. #!/bin/sh
  2. [ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button
  3. return 0