diff --git a/agent-setup/scripts/setup.sh b/agent-setup/scripts/setup.sh index 05eca78..b73a550 100755 --- a/agent-setup/scripts/setup.sh +++ b/agent-setup/scripts/setup.sh @@ -9,10 +9,24 @@ die() { echo "ERROR: $*" >&2; exit 1; } # so we mirror that structure under AGENT_HOME export GH_CONFIG_DIR="$AGENT_HOME/.github" -# Write to a session dotfile so child processes inherit the variables mkdir -p "$AGENT_HOME" -cat > "$AGENT_HOME/.env" <> "$_ENV_FILE" +fi echo "GH_CONFIG_DIR set to $GH_CONFIG_DIR"