1df0179b28
Fixes failsafe issues with switches after r38725. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38770
3 lines
77 B
Bash
Executable file
3 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button
|