mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-19 08:52:16 +00:00
Fix need for verbose (#10368)
This commit is contained in:
@@ -26,11 +26,8 @@ $STD apt-get install -y \
|
|||||||
nginx
|
nginx
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Configure Application"
|
|
||||||
var_project_name="default"
|
var_project_name="default"
|
||||||
read -r -p "${TAB3}Type the assembly name of the project: " var_project_name
|
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"
|
msg_info "Setting up FTP Server"
|
||||||
useradd ftpuser
|
useradd ftpuser
|
||||||
|
|||||||
Reference in New Issue
Block a user