From 7bd6e197ab2f1019e1b554655dada6cd171aa00b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 2 Feb 2024 01:46:39 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- make-shares | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-shares b/make-shares index 84321dd..7360397 100755 --- a/make-shares +++ b/make-shares @@ -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...