From 1dde68ff889b8dcc362f3c944dcb0dbfa5ccdd63 Mon Sep 17 00:00:00 2001 From: climberomes Date: Thu, 11 Dec 2025 19:42:59 -0800 Subject: [PATCH] Remove my extra echo. I think from the user input they will give the carriage return --- installers/common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index e58c12ca..cf604c6a 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -422,7 +422,6 @@ function _prompt_install_feature() { if [ "$answer" != "${answer#[Nn]}" ]; then _install_status 0 "(Skipped)" else - echo -e $function fi elif [ "$opt" == "pv_option" ]; then