From df20f1662c133ccf1877acca5638bac7d7991c79 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 2 Feb 2024 01:50:22 +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 7360397..03e95f3 100755 --- a/make-shares +++ b/make-shares @@ -23,7 +23,7 @@ fi for ct in $CT_DIR/*.conf ; do id=$(basename ${ct/.conf/}) - host=$(ct2hostname) + host=$(ct2hostname $id) host=${host/hostname: /} # skip templates...