Skip to content

Commit 3be6e20

Browse files
authored
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
1 parent 264ff2b commit 3be6e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/stirling-pdf-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msg_ok "Installed Dependencies"
3232
PYTHON_VERSION="3.12" setup_uv
3333
JAVA_VERSION="21" setup_java
3434

35-
read -r -p "${TAB3}Do you want to Stirling-PDF with Login? (no/n = without Login) [Y/n] " response
35+
read -r -p "${TAB3}Do you want to use Stirling-PDF with Login? (no/n = without Login) [Y/n] " response
3636
response=${response,,} # Convert to lowercase
3737
login_mode="false"
3838
if [[ "$response" == "y" || "$response" == "yes" || -z "$response" ]]; then

0 commit comments

Comments
 (0)