Skip to content

Commit 8eced53

Browse files
authored
Remove OSH_RUNTIME / openhab.runtime variables as they are not used (#37)
Signed-off-by: Chris Jackson <[email protected]>
1 parent 134fd80 commit 8eced53

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

features/karaf/framework/src/main/resources/resources/bin/oh2_dir_layout

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ if [ -z ${OSH_CONF} ]; then
1111
export OSH_CONF="${OSH_HOME}/config"
1212
fi
1313

14-
if [ -z ${OSH_RUNTIME} ]; then
15-
export OSH_RUNTIME="${OSH_HOME}/data"
16-
fi
17-
1814
if [ -z ${OSH_USERDATA} ]; then
1915
export OSH_USERDATA="${OSH_HOME}/data"
2016
fi

features/karaf/framework/src/main/resources/resources/bin/setenv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ fi
9393
export JAVA_OPTS="${JAVA_OPTS}
9494
-Dopenhab.home=${OSH_HOME}
9595
-Dopenhab.conf=${OSH_CONF}
96-
-Dopenhab.runtime=${OSH_RUNTIME}
9796
-Dopenhab.userdata=${OSH_USERDATA}
9897
-Dopenhab.logdir=${OSH_LOGDIR}
9998
-Djava.library.path=${OSH_USERDATA}/tmp/lib

0 commit comments

Comments
 (0)