#!/bin/sh

# set global env setting
. /opt/jilroy/checkit//bin/env

if [ "$1" = "?" ]
then
	echo	"updateobjecttablechangetime "


else
	$RUN_JAVA com.rj.networkdiscovery.UpdateObjectsTableLastUpdateTime $APP_CONFIG_FILE 
fi


