From 7691aded5861f74ebc0c555abb99d23ebc02472d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 23 Sep 2023 08:38:39 -0400 Subject: [PATCH] Update all-templates.sh tweak --- misc/all-templates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/all-templates.sh b/misc/all-templates.sh index a63f44ac..34c291a5 100644 --- a/misc/all-templates.sh +++ b/misc/all-templates.sh @@ -140,7 +140,7 @@ function select_storage() { printf $STORAGE fi } - +header_info # Get template storage TEMPLATE_STORAGE=$(select_storage template) || exit info "Using '$TEMPLATE_STORAGE' for template storage."