mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	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
This commit is contained in:
		@@ -32,7 +32,7 @@ msg_ok "Installed Dependencies"
 | 
				
			|||||||
PYTHON_VERSION="3.12" setup_uv
 | 
					PYTHON_VERSION="3.12" setup_uv
 | 
				
			||||||
JAVA_VERSION="21" setup_java
 | 
					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
 | 
					response=${response,,} # Convert to lowercase
 | 
				
			||||||
login_mode="false"
 | 
					login_mode="false"
 | 
				
			||||||
if [[ "$response" == "y" || "$response" == "yes" || -z "$response" ]]; then
 | 
					if [[ "$response" == "y" || "$response" == "yes" || -z "$response" ]]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user