#!/bin/bash # # $Id: PostAcq.00 595 2006-03-22 20:21:09Z jhealy $ # # Sample script to run just after acquiring the primary IP address # from the primary server. # # Jason Healy (Suffield Academy) # # Include our common code definitions . "`dirname $0`/Common" logMessage "Finished acquiring IP from primary" exit 0;