#!/bin/sh
#
# Copyright (C) 2016-2018 The slide-switch authors
# https://github.com/jefferyto/openwrt-slide-switch
#
# slide-switch is free software, licensed under the GNU General Public License v2.
#

prefix=/usr
exec_prefix=/usr

"/usr/sbin/slide-switch" update "$BUTTON" &

return 0
