#!/bin/bash
#Un comment to send the output of this script to a logfile
exec > /opt/vmware/var/log/subsequentboot 2>&1

echo "This script is executed on all boots, except the first one."

/opt/vmware/va/config/subsequentboot.sh

 