First git repo commit for the libreCMC project
[librecmc/librecmc.git] / package / base-files / files / etc / rc.button / failsafe
1 #!/bin/sh
2
3 [ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button
4
5 return 0