- Add VSL support,

- Support now rx3-base 1.2.0.
This commit is contained in:
2026-09-13 17:50:18 +02:00
parent 89ec509f92
commit d05e63df81
5 changed files with 88 additions and 39 deletions

View File

@@ -22,11 +22,11 @@
#
#-----------------------------------------------------------------------------------------------------------------------------------
if [[ "${RX3_DOCKER_TOOLS}" != "" ]]
if [[ "${DOCKER_TOOLS}" != "" ]]
then
return
else
declare -g RX3_DOCKER_TOOLS=1
declare -g DOCKER_TOOLS=1
fi
@@ -46,6 +46,9 @@ fi
# Global Variables
#-----------------------------------------------------------------------------------------------------------------------------------
declare LIB_NAME="Docker_Tools"
declare LIB_VERSION="1.5.3"
declare -g APPL_HOME_DIR=""
@@ -86,3 +89,13 @@ dt_appl_home_get()
return 1
fi
}
#--------------------------------------------------------------------------------------------------------------------------
# Main
#--------------------------------------------------------------------------------------------------------------------------
vsl_add