diff --git a/include.sh b/include.sh index 7551f44..5afe077 100644 --- a/include.sh +++ b/include.sh @@ -90,9 +90,7 @@ add_status(){ text="\e[5;41;1mERROR: $text\e[0m" fi - if [[ "$type" = "info" ]] && [[ -n "$BOOTSTRAP_LOGFILE" ]];then - text="$text\n\nReview the progress in $BOOTSTRAP_LOGFILE" - elif [[ -n "$BOOTSTRAP_LOGFILE" ]];then + if [[ -n "$BOOTSTRAP_LOGFILE" ]];then text="$text\n\nReview $BOOTSTRAP_LOGFILE to analyze what went wrong" fi