Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-02-02 01:46:39 +03:00
parent fe9e1e1b70
commit 7bd6e197ab

View File

@ -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...