improvements to spinner

This commit is contained in:
2025-12-18 13:24:58 -06:00
parent ad5b8e4482
commit 65fb35877e
5 changed files with 46 additions and 18 deletions

View File

@@ -20,6 +20,7 @@ set_docker_run_flags() {
-v "${REPO_DIR}:${REPO_DIR}"
-w "${REPO_DIR}"
-e "DEBUG=${DEBUG}"
-e "HEADLESS=${HEADLESS}"
)
for opt in "${FB_COMP_OPTS[@]}"; do
declare -n defOptVal="DEFAULT_${opt}"