File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ declare -g TCLI_LINUX_BASH_LOGGER_WHITE='\033[0;37m'
3333# # @brief back to line
3434declare -g TCLI_LINUX_BASH_BACK_TO_LINE=' \r\033[1C'
3535# # @brief log to file
36- declare -g -i TCLI_LINUX_BASH_LOGGER_LOT_TO_FILE =1
36+ declare -g -i TCLI_LINUX_BASH_LOGGER_TO_FILE =1
3737
3838# # @fn tcli_linux_bash_logger_init()
3939# # @details
@@ -87,7 +87,7 @@ tcli_linux_bash_logger_infoscreenFailed() {
8787 [ ${3:- } ] && _errormsg+=($3 )
8888 [ ${TCLI_LINUX_BASH_LOGGER_INFOSCREEN_WARN} == 1 ] && TCLI_LINUX_BASH_LOGGER_INFOSCREEN_WARN=0
8989 printf " ${TCLI_LINUX_BASH_BACK_TO_LINE}${TCLI_LINUX_BASH_LOGGER_RED} FAILED${TCLI_LINUX_BASH_LOGGER_NC} \n"
90- [ ${TCLI_LINUX_BASH_LOGGER_LOT_TO_FILE } == 1 ] && tcli_linux_bash_logger_file_error $( echo ${_errormsg[@]} ) ${4:- }
90+ [ ${TCLI_LINUX_BASH_LOGGER_TO_FILE } == 1 ] && tcli_linux_bash_logger_file_error $( echo ${_errormsg[@]} ) ${4:- }
9191}
9292
9393# # @fn tcli_linux_bash_logger_infoscreenFailedExit()
You can’t perform that action at this time.
0 commit comments