Skip to content

Commit

Permalink
0003583: Windows service installer missing config files
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 30, 2018
1 parent d190861 commit 9212d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/sym_service
Expand Up @@ -21,4 +21,4 @@
#

. "`dirname "$0"`/setenv"
exec "$SYM_JAVA" -cp "$CLASSPATH" -Djava.io.tmpdir=tmp org.jumpmind.symmetric.wrapper.Wrapper "$1" "$SYM_HOME/conf/sym_service.conf"
exec "$SYM_JAVA" -cp "$CLASSPATH" -Djava.io.tmpdir="$SYM_HOME/tmp" org.jumpmind.symmetric.wrapper.Wrapper "$1" "$SYM_HOME/conf/sym_service.conf"
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/bin/sym_service.bat
Expand Up @@ -22,5 +22,5 @@
@echo off
setlocal
call "%~dp0\setenv.bat"
"%SYM_JAVA%" -cp "%CLASSPATH%" -Djava.io.tmpdir=tmp org.jumpmind.symmetric.wrapper.Wrapper %*
"%SYM_JAVA%" -cp "%CLASSPATH%" -Djava.io.tmpdir="%SYM_HOME%\tmp" org.jumpmind.symmetric.wrapper.Wrapper %1 "%SYM_HOME%\conf\sym_service.conf"
endlocal

0 comments on commit 9212d18

Please sign in to comment.