22 Feb 2020, 17:28

Hi,

noone who can help me?

i tryed it with this as script but it's not working:


case "$1" in
start)
echo „18“ > export
echo "out" > gpio18/direction
echo "1" > gpio18/value
;;
stop)
echo "0" > gpio18/value
;;
restart|reload)
Add your restart / reload code here!
;;
*)
esac

exit $?

Cheers