23,217
社区成员




#!/usr/bin/sh
echo 12334556777888
shell_common=$NETWATCHER_HOME/pm4h2/app/lib/ShellConmmonFunction.main
if [ ! -e "$shell_common" ];then
#echo "Lack of file : $shell_common !"
exit 1
fi
. $shell_common 1>/dev/null 2>&1
if [ $? -ne 0 ];then
#echo "Execute file : $shell_common errror!"
exit 1
fi
#set -x
logFile=$EMSENTITYCOLLECTLOG
FTPPASS=`$JAVA -jar $PM4H_APP/opt/jdk1.5.0_17/jre/lib/ext/Encrypt.jar $FTPPASS`