Skip to content

Commit

Permalink
Fix set +x
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bull committed Aug 15, 2024
1 parent 0d93ed0 commit 6095161
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions functions
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,11 @@ function _err {

function environment_diagnostics {
log_info "KAYOBE_ENVIRONMENT: $KAYOBE_ENVIRONMENT"
set -x
whoami
set +x
#set -x
whoami=$(whoami)
echo whoami
echo $whoami
#set +x
}

function pause {
Expand Down

0 comments on commit 6095161

Please sign in to comment.