From 7cd4b20726235b439bbb20087ab38ed5b23f4c83 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Fri, 8 Nov 2019 16:32:50 -0600 Subject: [PATCH] Ignore logs, fix conf home dir --- userdata/.gitignore | 1 + userdata/etc/openHAB2-wrapper.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 userdata/.gitignore diff --git a/userdata/.gitignore b/userdata/.gitignore new file mode 100644 index 0000000..bf0824e --- /dev/null +++ b/userdata/.gitignore @@ -0,0 +1 @@ +*.log \ No newline at end of file diff --git a/userdata/etc/openHAB2-wrapper.conf b/userdata/etc/openHAB2-wrapper.conf index 3792aad..e314424 100644 --- a/userdata/etc/openHAB2-wrapper.conf +++ b/userdata/etc/openHAB2-wrapper.conf @@ -3,7 +3,7 @@ #******************************************************* # openHAB installation dir (Adapt this first setting to your system) -set.default.OPENHAB_HOME=C:\openHAB2 +set.default.OPENHAB_HOME=C:\openHAB-2.4.0 # Wrapper Properties set.default.OPENHAB_CONF=%OPENHAB_HOME%\conf