echo "Starting automagix config script" > $CONFLOG check_ostype if [ $BAIL == "yes" ] then cleanup; exit 1 fi check_sed if [ $BAIL == "yes" ] then cleanup; exit 1 fi check_mktemp if [ $BAIL == "yes" ] then cleanup; exit 1 fi check_perl if [ $BAIL == "yes" ] then cleanup; exit 1 fi check_tee if [ $BAIL == "yes" ] then cleanup; exit 1 fi check_dynlib if [ $BAIL == "yes" ] then cleanup; exit 1 fi