From 3be6e206b55e8edcb518d304744f821f79d14328 Mon Sep 17 00:00:00 2001 From: Nico Wiedemann Date: Wed, 8 Oct 2025 10:54:08 +0200 Subject: [PATCH] Update prompt for Stirling-PDF login option (#8196) * Update prompt for Stirling-PDF login option Added missing "use" to the login prompt. * Fix prompt wording for Stirling-PDF login option --- install/stirling-pdf-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/stirling-pdf-install.sh b/install/stirling-pdf-install.sh index 5a87a57ac..1d43623da 100644 --- a/install/stirling-pdf-install.sh +++ b/install/stirling-pdf-install.sh @@ -32,7 +32,7 @@ msg_ok "Installed Dependencies" PYTHON_VERSION="3.12" setup_uv JAVA_VERSION="21" setup_java -read -r -p "${TAB3}Do you want to Stirling-PDF with Login? (no/n = without Login) [Y/n] " response +read -r -p "${TAB3}Do you want to use Stirling-PDF with Login? (no/n = without Login) [Y/n] " response response=${response,,} # Convert to lowercase login_mode="false" if [[ "$response" == "y" || "$response" == "yes" || -z "$response" ]]; then