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

sleep 60

# mqtt account setup & send install resuto to server
/opt/installer/account_setup.sh > /tmp/second_setup.log &

exit 0
