Skip to content

Commit

Permalink
add comments back
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Jan 30, 2025
1 parent 1116bd6 commit 0713b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parts/linux/cloud-init/artifacts/cse_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ if [[ ${ID} != "mariner" ]] && [[ ${ID} != "azurelinux" ]]; then
fi

if [[ ! -z ${BOOTSTRAP_PROFILE_CONTAINER_REGISTRY_SERVER} ]]; then
# set +x
set +x
logs_to_events "AKS.CSE.orasLogin.oras_login_with_kubelet_identity" oras_login_with_kubelet_identity "${BOOTSTRAP_PROFILE_CONTAINER_REGISTRY_SERVER%/}" $USER_ASSIGNED_IDENTITY_ID $TENANT_ID || exit $?
# set -x
set -x
fi

export -f should_skip_nvidia_drivers
Expand Down

0 comments on commit 0713b0a

Please sign in to comment.