#!/bin/sh
#
#  SLEEP 20 seconds before executing the scripts.
#
#####

sleep 20

# Wi-Fi start script : Wi-Fi AP Server & Wi-Fi Client
bash /usr/local/nerscripts/wifistart.sh > /tmp/wifistart.log &

exit 0

