mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 07:03:22 +01:00
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
|