diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh
index 805869424..937dcb5c1 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"