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

View File

@ -140,7 +140,7 @@ function select_storage() {
printf $STORAGE printf $STORAGE
fi fi
} }
header_info
# Get template storage # Get template storage
TEMPLATE_STORAGE=$(select_storage template) || exit TEMPLATE_STORAGE=$(select_storage template) || exit
info "Using '$TEMPLATE_STORAGE' for template storage." info "Using '$TEMPLATE_STORAGE' for template storage."