mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fixes an issue with the install of languages and read-only variable
This commit is contained in:
		@@ -137,8 +137,7 @@ initialize() {
 | 
			
		||||
install_languages() {
 | 
			
		||||
	echo "Installing languages..."
 | 
			
		||||
 | 
			
		||||
	local -r langs="$1"
 | 
			
		||||
	read -ra langs <<<"$langs"
 | 
			
		||||
	read -ra langs <<<"$1"
 | 
			
		||||
 | 
			
		||||
	# Check that it is not empty
 | 
			
		||||
	if [ ${#langs[@]} -eq 0 ]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user