Skip to content

Commit

Permalink
0002404 - Adjustments to installation to set SYM_HOME differently to
Browse files Browse the repository at this point in the history
support tools like PDQ Deployer.
  • Loading branch information
Hicks, Josh authored and chenson42 committed Oct 8, 2015
1 parent ecea7d9 commit e77b1f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions symmetric-server/src/main/deploy/bin/setenv.bat
Expand Up @@ -21,10 +21,9 @@

@echo off

set OLDCD=%CD%
cd /D %~dp0..
set SYM_HOME=%CD%
cd "%OLDCD%"
pushd %~dp0..
for /f "delims=" %%i in ('cd') do set SYM_HOME=%%i
popd

set SYM_OPTIONS=-Dfile.encoding=utf-8 ^
-Duser.language=en ^
Expand Down

0 comments on commit e77b1f0

Please sign in to comment.