Skip to content

Commit

Permalink
mission SYM_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jan 23, 2014
1 parent b9cca31 commit 7bc2d4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/dbexport
Expand Up @@ -21,4 +21,4 @@
#

. "`dirname "$0"`/setenv"
exec "$SYM_JAVA" -cp "$CLASSPATH" org.jumpmind.symmetric.DbExportCommand "$@"
exec "$SYM_JAVA" $SYM_OPTIONS -cp "$CLASSPATH" org.jumpmind.symmetric.DbExportCommand "$@"
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/dbfill
Expand Up @@ -21,4 +21,4 @@
#

. "`dirname "$0"`/setenv"
exec "$SYM_JAVA" -cp "$CLASSPATH" org.jumpmind.symmetric.DbFillCommand "$@"
exec "$SYM_JAVA" $SYM_OPTIONS -cp "$CLASSPATH" org.jumpmind.symmetric.DbFillCommand "$@"
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/dbimport
Expand Up @@ -21,4 +21,4 @@
#

. "`dirname "$0"`/setenv"
exec "$SYM_JAVA" -cp "$CLASSPATH" org.jumpmind.symmetric.DbImportCommand "$@"
exec "$SYM_JAVA" $SYM_OPTIONS -cp "$CLASSPATH" org.jumpmind.symmetric.DbImportCommand "$@"
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/dbsql
Expand Up @@ -21,4 +21,4 @@
#

. "`dirname "$0"`/setenv"
exec "$SYM_JAVA" -cp "$CLASSPATH" org.jumpmind.symmetric.DbSqlCommand "$@"
exec "$SYM_JAVA" $SYM_OPTIONS -cp "$CLASSPATH" org.jumpmind.symmetric.DbSqlCommand "$@"
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/symadmin
Expand Up @@ -21,4 +21,4 @@
#

. "`dirname "$0"`/setenv"
exec "$SYM_JAVA" -cp "$CLASSPATH" org.jumpmind.symmetric.SymmetricAdmin "$@"
exec "$SYM_JAVA" $SYM_OPTIONS -cp "$CLASSPATH" org.jumpmind.symmetric.SymmetricAdmin "$@"

0 comments on commit 7bc2d4c

Please sign in to comment.