Update update-lxcs.sh

tweak
This commit is contained in:
tteckster 2023-02-07 05:16:14 -05:00 committed by GitHub
parent d3bceff8ae
commit 6368c9f72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ clear
containers=$(pct list | tail -n +2 | cut -f1 -d' ') containers=$(pct list | tail -n +2 | cut -f1 -d' ')
function update_container() { function update_container() {
container=$1 container=$1
clear
header_info header_info
name=$(pct exec "$container" hostname) name=$(pct exec "$container" hostname)
echo -e "${BL}[Info]${GN} Updating ${BL}$container${CL} : ${GN}$name${CL} \n" echo -e "${BL}[Info]${GN} Updating ${BL}$container${CL} : ${GN}$name${CL} \n"