call init_db everytime settings are sourced

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2019-01-16 17:30:12 +01:00
parent a2fa9fe7cc
commit 389be483b8
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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