Update all-templates.sh

tweak
This commit is contained in:
tteckster 2023-09-23 08:38:39 -04:00 committed by GitHub
parent af5a0e3409
commit 7691aded58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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