From 6368c9f72fcdf5706e6a54fff8ba2928782c28a9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 7 Feb 2023 05:16:14 -0500 Subject: [PATCH] Update update-lxcs.sh tweak --- misc/update-lxcs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh index 80586942..937dcb5c 100644 --- a/misc/update-lxcs.sh +++ b/misc/update-lxcs.sh @@ -31,7 +31,6 @@ clear containers=$(pct list | tail -n +2 | cut -f1 -d' ') function update_container() { container=$1 - clear header_info name=$(pct exec "$container" hostname) echo -e "${BL}[Info]${GN} Updating ${BL}$container${CL} : ${GN}$name${CL} \n"