From b108b6e373f059ba8925aa55f5b0f9caf23b2f7f Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 27 Jul 2024 12:48:42 -0400 Subject: [PATCH] Update update-lxcs.sh tweak --- misc/update-lxcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh index 9167186e..1ad3b5cd 100644 --- a/misc/update-lxcs.sh +++ b/misc/update-lxcs.sh @@ -101,7 +101,7 @@ for container in $(pct list | awk '{if(NR>1) print $1}'); do done wait header_info -echo -e "${GN}The process is complete, and the selected containers have been updated.${CL}\n" +echo -e "${GN}The process is complete, and the containers have been successfully updated.${CL}\n" if [ "${#containers_needing_reboot[@]}" -gt 0 ]; then echo -e "${RD}The following containers require a reboot:${CL}" for container_name in "${containers_needing_reboot[@]}"; do