mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fe9e1e1b70
commit
7bd6e197ab
@ -23,7 +23,7 @@ fi
|
||||
for ct in $CT_DIR/*.conf ; do
|
||||
id=$(basename ${ct/.conf/})
|
||||
|
||||
host=$(cat $ct | grep hostname | head -1)
|
||||
host=$(ct2hostname)
|
||||
host=${host/hostname: /}
|
||||
|
||||
# skip templates...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user