diff --git a/setup.sh b/setup.sh index 6a27217..74fad1b 100644 --- a/setup.sh +++ b/setup.sh @@ -5,11 +5,6 @@ func_def=$(cat < /dev/null docker run -ti --rm \\ @@ -36,7 +40,8 @@ function hive_cli() { -e UID=\$(id -u) \\ -e GID=\${DOCKER_SOCKET_GID} \\ -e HIVE_PORT=\${HIVE_PORT} \\ - \${DOCKER_EXTRA_ARGS} \\ + \${OPT_SEC_ID} \\ + \${OPT_INPUT_DIR} \\ ghcr.io/caretech-owl/hive-cli res_code=\$? echo "Exited with code \${res_code}"