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