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