Move the settings files out of the database into settings directory.

Fixes #421.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2018-12-31 09:37:37 +01:00
parent 5c13700d69
commit 5b1fa4133f
3 changed files with 3 additions and 3 deletions

View File

@ -23,4 +23,4 @@ export XRAY_PIN_04="G21"
export XRAY_PIN_05="G22"
export XRAY_PIN_06="F21"
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh

View File

@ -23,4 +23,4 @@ export XRAY_PIN_04="M19"
export XRAY_PIN_05="M20"
export XRAY_PIN_06="M21"
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh

View File

@ -23,4 +23,4 @@ export XRAY_PIN_04="K16"
export XRAY_PIN_05="J16"
export XRAY_PIN_06="J15"
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh