#!/bin/bash


#
#DB update script for the UVOS server
#


source /usr/share/unicore/uvos-server/script/_setenv.sh
$JAVA ${MEM} ${OPTS} ${DEFS} -cp ${CP} pl.edu.icm.unicore.uvos.db.UpdateDB $@ 
