mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
bug fix - INSTALL_DIR was not getting propagated to child script
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
REPO=${REPO:-cimryan}
|
REPO=${REPO:-cimryan}
|
||||||
BRANCH=${BRANCH:-master}
|
BRANCH=${BRANCH:-master}
|
||||||
INSTALL_DIR=${INSTALL_DIR:-/root/bin}
|
|
||||||
|
|
||||||
|
export INSTALL_DIR=${INSTALL_DIR:-/root/bin}
|
||||||
|
|
||||||
function check_variable () {
|
function check_variable () {
|
||||||
local var_name="$1"
|
local var_name="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user