mirror of https://github.com/openXC7/prjxray.git
call init_db everytime settings are sourced
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
a2fa9fe7cc
commit
389be483b8
|
|
@ -24,3 +24,4 @@ export XRAY_PIN_05="G22"
|
|||
export XRAY_PIN_06="F21"
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
|
||||
init_db
|
||||
|
|
|
|||
|
|
@ -24,3 +24,4 @@ export XRAY_PIN_05="M20"
|
|||
export XRAY_PIN_06="M21"
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
|
||||
init_db
|
||||
|
|
|
|||
|
|
@ -24,3 +24,4 @@ export XRAY_PIN_05="J16"
|
|||
export XRAY_PIN_06="J15"
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
|
||||
init_db
|
||||
|
|
|
|||
Loading…
Reference in New Issue