#!/bin/sh
#
# Scripts that run when shutdown or reboot
#
#####


# Wi-Fi start script : Wi-Fi AP Server & Wi-Fi Client
pkill wpa_supplicant
ledbright 2,a

exit 0

