mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-20 18:15:43 +02:00
Update build.func
tweak
This commit is contained in:
parent
d22879b5e9
commit
f26410759a
@ -503,7 +503,7 @@ install_script() {
|
||||
|
||||
start() {
|
||||
if command -v pveversion >/dev/null 2>&1; then
|
||||
if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "To ensure the safety of your system, please use ONLY https://tteck.github.io/Proxmox/\n\nThis will create a New ${APP} LXC. Proceed?" 10 90); then
|
||||
if ! (whiptail --backtitle "Proxmox VE Helper Scripts" --title "${APP} LXC" --yesno "This will create a New ${APP} LXC. Proceed?" 10 58); then
|
||||
clear
|
||||
echo -e "⚠ User exited script \n"
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user