#!/bin/sh if [ $IDEMPIERE_HOME ]; then cd $IDEMPIERE_HOME/utils else cd "`dirname $0`" fi . ./myEnvironment.sh Server if [ $JAVA_HOME ]; then JAVA=$JAVA_HOME/bin/java else JAVA=java fi # RUN_SyncTerm.sh echo Synchronize idempiere Terminology - $IDEMPIERE_HOME \($ADEMPIERE_DB_NAME\) cd .. echo This Procedure synchronize terminology $JAVA -Dosgi.compatibility.bootdelegation=true -Dosgi.noShutdown=false -jar plugins/org.eclipse.equinox.launcher_1.*.jar -application org.adempiere.install.translation sync echo Done echo . echo For problems, check log file in base directory