dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix for issue 3684 : typo in resetted in replication error message
gbellato
10.34.2009
e39ae477fb0a723923acf3b314797a0d8b4c3d92
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
re-scripts
/
bin
/
send-mail.sh
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
JAVA_HOME=/java/jdk6
export JAVA_HOME
SCRIPT_DIR=`dirname ${0}`
CLASSPATH=${SCRIPT_DIR}/lib/OpenDS.jar:${SCRIPT_DIR}/lib/mail.jar:${SCRIPT_DIR}/lib/activation.jar
export CLASSPATH
${JAVA_HOME}/bin/java org.opends.server.util.EMailMessage --host global-zone "${@}"