diff --git a/usr/bin/dist-installer-cli b/usr/bin/dist-installer-cli index c3ba295..6557529 100755 --- a/usr/bin/dist-installer-cli +++ b/usr/bin/dist-installer-cli @@ -2023,6 +2023,7 @@ set_trap(){ curr_shell="${shebang##*/}" ;; esac + ## TODO: This is not shown on CI. log info "Current shell: '${curr_shell}'" case "${curr_shell}" in *bash|*ksh|*zsh) @@ -3278,6 +3279,9 @@ log_term_and_file_bash(){ ## Logging mechanism. log_term_and_file(){ + ## Debugging. + log info "Current shell: '${curr_shell}'" + ## Discover if terminal is attached to stdout if ! test -t 1; then log warn "Output is not being sent to the terminal because terminal is not connected to stdout."