mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update meshcentral-v3.sh
This commit is contained in:
parent
20ce91ec15
commit
c734150e87
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
echo -e "Loading..."
|
||||
NEXTID=$(pvesh get /cluster/nextid)
|
||||
INTEGER='^[0-9]+$'
|
||||
YW=`echo "\033[33m"`
|
||||
|
@ -31,6 +32,7 @@ function error_exit() {
|
|||
}
|
||||
|
||||
while true; do
|
||||
clear
|
||||
read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn
|
||||
case $yn in
|
||||
[Yy]* ) break;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue