mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 21:00:22 +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
|
|
@ -39,7 +39,7 @@ echo 'export PATH="$PATH:/opt/mssql-tools18/bin"' >>~/.bash_profile
|
|||
source ~/.bash_profile
|
||||
msg_ok "Installed SQL Server Tools"
|
||||
|
||||
read -r -p "Do you want to run the SQL server setup now? (Later is also possible) <y/N>" prompt
|
||||
read -r -p "${TAB3}Do you want to run the SQL server setup now? (Later is also possible) <y/N>" prompt
|
||||
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||
/opt/mssql/bin/mssql-conf setup
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue