Przeglądaj źródła

Update update-lxcs.sh

tweak
tteckster 1 rok temu
rodzic
commit
1517bec1c3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      misc/update-lxcs.sh

+ 1 - 1
misc/update-lxcs.sh

@@ -95,7 +95,7 @@ for container in $(pct list | awk '{if(NR>1) print $1}'); do
     if pct exec "$container" -- [ -e "/var/run/reboot-required" ]; then
     if pct exec "$container" -- [ -e "/var/run/reboot-required" ]; then
         # Get the container's hostname and add it to the list
         # Get the container's hostname and add it to the list
         container_hostname=$(pct exec "$container" hostname)
         container_hostname=$(pct exec "$container" hostname)
-        containers_needing_reboot+=("$container - $container_hostname")
+        containers_needing_reboot+=("$container ($container_hostname)")
     fi
     fi
   fi
   fi
 done
 done