mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Removed nested quotes
This commit is contained in:
		| @@ -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." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marc Schaefer
					Marc Schaefer