mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +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}
|
||||
BRANCH=${BRANCH:-master}
|
||||
INSTALL_DIR=${INSTALL_DIR:-/root/bin}
|
||||
|
||||
export INSTALL_DIR=${INSTALL_DIR:-/root/bin}
|
||||
|
||||
function check_variable () {
|
||||
local var_name="$1"
|
||||
|
||||
Reference in New Issue
Block a user