Skip to content

Commit f2ed987

Browse files
committed
fix prior commit
1 parent 80b872d commit f2ed987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/openemr/7.0.1/openemr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ if [ "$REDIS_SERVER" != "" ] &&
286286
fi
287287

288288
if [ "$REDIS_TLS" == "yes" ]; then
289-
REDIS_PATH="tls://${REDIS_PATH}${GET_CONNECTOR}stream[verify_peer]=0&stream[local_cert]=file:///var/www/localhost/htdocs/openemr/sites/default/documents/certificates/redis-ca"
289+
REDIS_PATH="tls://${REDIS_PATH}${GET_CONNECTOR}stream[verify_peer]=0\&stream[local_cert]=file:///var/www/localhost/htdocs/openemr/sites/default/documents/certificates/redis-ca"
290290
else
291291
REDIS_PATH="tcp://$REDIS_PATH"
292292
fi

0 commit comments

Comments
 (0)