#!/bin/sh
# The lateboot cmds may need some setup after user config
# has completed 
if [ -x /usr/sbin/lateboot-setup ]; then
	/usr/sbin/lateboot-setup
fi
