Skip to content

Commit

Permalink
0001680: Improve SymmetricDS Installation Process - better layout of …
Browse files Browse the repository at this point in the history
…control center, fix startup
  • Loading branch information
erilong committed May 11, 2014
1 parent 2a88309 commit e6e4396
Showing 1 changed file with 1 addition and 1 deletion.
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%" org.jumpmind.symmetric.wrapper.Wrapper %1 "$SYM_HOME\conf\sym_service.conf"
"%SYM_JAVA%" -cp "%CLASSPATH%" org.jumpmind.symmetric.wrapper.Wrapper %*
endlocal

0 comments on commit e6e4396

Please sign in to comment.