mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 18:22:40 -04:00 
			
		
		
		
	Removed nested quotes
This commit is contained in:
		
							parent
							
								
									c2c8a27545
								
							
						
					
					
						commit
						07623f9883
					
				| @ -10,7 +10,7 @@ wait_for_postgres() { | ||||
| 	port="${PAPERLESS_DBPORT:=5342}" | ||||
| 
 | ||||
| 
 | ||||
| 	while [ ! "$(pg_isready -h "$host" -p "$port")" ]; do | ||||
| 	while [ ! "$(pg_isready -h $host -p $port)" ]; do | ||||
| 
 | ||||
| 		if [ $attempt_num -eq $max_attempts ]; then | ||||
| 			echo "Unable to connect to database." | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user