From c954ed543603a0df619a774561cda9edc841cad9 Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Sun, 4 Aug 2024 15:49:25 +1000 Subject: [PATCH] Removed another misplaced message --- installer.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/installer.sh b/installer.sh index efdb66f..83f6932 100755 --- a/installer.sh +++ b/installer.sh @@ -452,9 +452,6 @@ function waLoadConfig() { function waCheckScriptDependencies() { # 'Dialog'. if ! command -v dialog &>/dev/null; then - # Complete the previous line. - echo -e "${FAIL_TEXT}Failed!${CLEAR_TEXT}\n" - # Display the error type. echo -e "${ERROR_TEXT}ERROR:${CLEAR_TEXT} ${BOLD_TEXT}MISSING DEPENDENCIES.${CLEAR_TEXT}"