Fix need for verbose (#10368)

This commit is contained in:
Slaviša Arežina
2025-12-27 21:55:06 +01:00
committed by GitHub
parent 183b92dc4b
commit 0e89a65597

View File

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