Pārlūkot izejas kodu

Update update-lxcs.sh

change wording
fixes https://github.com/tteck/Proxmox/issues/1824
tteckster 1 gadu atpakaļ
vecāks
revīzija
7f2c3d1549
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      misc/update-lxcs.sh

+ 1 - 1
misc/update-lxcs.sh

@@ -26,7 +26,7 @@ GN=$(echo "\033[1;92m")
 CL=$(echo "\033[m")
 CL=$(echo "\033[m")
 header_info
 header_info
 echo "Loading..."
 echo "Loading..."
-whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update Selected LXC Containers. Proceed?" 10 58 || exit
+whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update LXC Containers. Proceed?" 10 58 || exit
 NODE=$(hostname)
 NODE=$(hostname)
 while read -r TAG ITEM; do
 while read -r TAG ITEM; do
   OFFSET=2
   OFFSET=2