mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update debian-v3.sh
This commit is contained in:
parent
df91454ca6
commit
dfe2d6b517
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
echo -e "Loading"
|
||||
APP="Debian"
|
||||
var_disk="2"
|
||||
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