mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update prometheus-v3.sh
This commit is contained in:
parent
fa5fe1f204
commit
7d7d98beb4
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
echo -e "Loading..."
|
||||
APP="Prometheus"
|
||||
var_disk="4"
|
||||
var_cpu="1"
|
||||
|
@ -47,6 +48,7 @@ function msg_ok() {
|
|||
}
|
||||
|
||||
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