Skip to content

Commit

Permalink
setting configAdmin folder (openhab#335)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer committed Nov 25, 2016
1 parent e936a95 commit 7d7da7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export JAVA_OPTS="${JAVA_OPTS}
-Dopenhab.runtime=${OPENHAB_RUNTIME}
-Dopenhab.userdata=${OPENHAB_USERDATA}
-Dopenhab.logdir=${OPENHAB_LOGDIR}
-Dfelix.cm.dir=${OPENHAB_USERDATA}/config
-Dorg.osgi.service.http.port=${HTTP_PORT}
-Dorg.osgi.service.http.port.secure=${HTTPS_PORT}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ set JAVA_OPTS=%JAVA_OPTS% ^
-Dopenhab.runtime=%OPENHAB_RUNTIME% ^
-Dopenhab.userdata=%OPENHAB_USERDATA% ^
-Dopenhab.logdir=%OPENHAB_LOGDIR% ^
-Dfelix.cm.dir=%OPENHAB_USERDATA%\config ^
-Dorg.osgi.service.http.port=%HTTP_PORT% ^
-Dorg.osgi.service.http.port.secure=%HTTPS_PORT%

Expand Down

0 comments on commit 7d7da7d

Please sign in to comment.