Remove my extra echo. I think from the user input they will give the carriage return

This commit is contained in:
climberomes
2025-12-11 19:42:59 -08:00
parent 08d4443c02
commit 1dde68ff88

View File

@@ -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