瀏覽代碼

Update update-lxcs.sh

tweak
tteckster 1 年之前
父節點
當前提交
7942bf5755
共有 1 個文件被更改,包括 1 次插入1 次删除
  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")
 header_info
 echo "Loading..."
-whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update 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 || clear; exit
 NODE=$(hostname)
 CTID_MENU=()
 MSG_MAX_LENGTH=0