#!/bin/sh
#OPENDCS
SCRIPT=$(readlink -f "$0")
# Absolute path this script is in, thus /home/user/bin
APP_PATH=$(dirname "$SCRIPT")


if [ -z "$LRGSHOME" ] 
then
  echo "Error: The environment variable 'LRGSHOME' is not set.   Set to a path outside the installation directory."
  exit 1
fi

${APP_PATH}/decj ilex.util.PasswordFileEditor -f $LRGSHOME/.lrgs.passwd.local
