Merge pull request #191 from KernelGhost/main

Removed misplaced message.
This commit is contained in:
Rohan Barar 2024-08-04 17:22:34 +10:00 committed by GitHub
commit caba9143f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -450,14 +450,8 @@ function waLoadConfig() {
# Name: 'waCheckScriptDependencies'
# Role: Terminate script if dependencies are missing.
function waCheckScriptDependencies() {
# Print feedback.
echo -n "Checking whether installation script dependencies are installed... "
# '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}"