#!/bin/bash

# Remote DataBases Installation/Updating

	CURRDIR=`pwd`
	UPDATEDIR=$(dirname "$0")
	
	cd $UPDATEDIR

	./updateAmda -r
	
	cd $CURRDIR