- Fix double / bug in docker_tools_install,

- Add APPL_HOME_DIR declaration in docker_tools lib,
- Minor comment fixes.
This commit is contained in:
2026-05-27 19:16:01 +02:00
parent b0c891ea53
commit 038f77f2fe
14 changed files with 97 additions and 30 deletions

View File

@@ -24,7 +24,8 @@
# Include
#-----------------------------------------------------------------------------------------------------------------------------------
# Includes
#-----------------------------------------------------------------------------------------------------------------------------------
: "${RX3_LIB_DIR:=/usr/lib/rx3}"
@@ -34,6 +35,7 @@
#-----------------------------------------------------------------------------------------------------------------------------------
# Init
#-----------------------------------------------------------------------------------------------------------------------------------
@@ -48,6 +50,7 @@ dt_appl_home_get "${1:-}"
#-----------------------------------------------------------------------------------------------------------------------------------
# Main
#-----------------------------------------------------------------------------------------------------------------------------------