Update scripts that use read -p (#4498)

This commit is contained in:
Slaviša Arežina 2025-05-15 11:13:57 +02:00 committed by GitHub
parent 59dfdc9af6
commit 62189321cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 257 additions and 258 deletions

View file

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