Update clean-lxcs.sh

This commit is contained in:
tteckster 2023-01-27 10:00:29 -05:00 committed by GitHub
parent c360a680f8
commit 4cc322d240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,5 +66,6 @@ for container in $containers; do
fi fi
done done
wait wait
clear
header_info
echo -e "${GN} Finished, All Containers Cleaned. ${CL} \n" echo -e "${GN} Finished, All Containers Cleaned. ${CL} \n"