Update update-lxcs.sh

tweak
pull/1032/head
tteckster 2 years ago committed by GitHub
parent d3bceff8ae
commit 6368c9f72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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"

Loading…
Cancel
Save