From 8ce0ad13ab1618c36cd4a80a894a1bfa4c784645 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 17 Feb 2024 05:47:38 -0500 Subject: [PATCH] Update fstrim.sh tweak --- misc/fstrim.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/fstrim.sh b/misc/fstrim.sh index 74134234..d6fcecb1 100644 --- a/misc/fstrim.sh +++ b/misc/fstrim.sh @@ -30,7 +30,7 @@ if [ "$ROOT_FS" != "ext4" ]; then exit 1 fi -whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Filesystem Trim" --yesno "The selected containers will undergo the fstrim command. Proceed?" 10 58 || exit +whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Filesystem Trim" --yesno "The LXC containers will undergo the fstrim command. Proceed?" 10 58 || exit NODE=$(hostname) EXCLUDE_MENU=() MSG_MAX_LENGTH=0 @@ -70,4 +70,4 @@ done wait header_info -echo -e "${GN} Finished, Selected Containers Trimmed. ${CL} \n" +echo -e "${GN} Finished, LXC Containers Trimmed. ${CL} \n"