Removed misplaced message

This commit is contained in:
Rohan Barar 2024-08-04 15:39:35 +10:00
parent 8630653f77
commit 319fa4300b

View File

@ -450,9 +450,6 @@ 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.