From 0e89a65597c9ce9995779d39138b1f738c05135b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 27 Dec 2025 21:55:06 +0100 Subject: [PATCH] Fix need for verbose (#10368) --- install/dotnetaspwebapi-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/dotnetaspwebapi-install.sh b/install/dotnetaspwebapi-install.sh index bca3ebda3..aba86c016 100644 --- a/install/dotnetaspwebapi-install.sh +++ b/install/dotnetaspwebapi-install.sh @@ -26,11 +26,8 @@ $STD apt-get install -y \ nginx msg_ok "Installed Dependencies" -msg_info "Configure Application" var_project_name="default" read -r -p "${TAB3}Type the assembly name of the project: " var_project_name -echo "Target assembly: '${var_project_name}'" -msg_ok "Application Configured" msg_info "Setting up FTP Server" useradd ftpuser