mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-12 02:14:37 +00:00
Update scripts that use read -p (#4498)
This commit is contained in:
parent
59dfdc9af6
commit
62189321cc
44 changed files with 257 additions and 258 deletions
|
@ -184,7 +184,7 @@ msg_info "Installing Dependencies"
|
|||
$STD apt-get install -y ...
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
read -p "Do you wish to enable HTTPS mode? (y/N): " httpschoice
|
||||
read -p "${TAB3}Do you wish to enable HTTPS mode? (y/N): " httpschoice
|
||||
```
|
||||
|
||||
### 6.2 **Verbosity**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue