[SECO-SETUP] Remove empty variable assignments from
Previously, seco-setup.sh initialized certain environment variables with empty values before conditionally assigning them.
The updated logic no longer assigns new values to these variables. Retaining the initial empty assignments now unintentionally override valid existing values.
Removed those initializations to preserve existing environment state.
This represents: CLEAOS-763