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

sleep 80

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

exit 0

