[Web] Filter duplicates when adding multiple transports

This commit is contained in:
andryyy
2019-10-30 14:37:44 +01:00
parent 78f5ac34dd
commit 59df735aa8
3 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,5 @@
#!/bin/bash
echo "Waiting for PHP to settle..."
sleep 10
until nc phpfpm 9001 -z; do
echo "Waiting for PHP on port 9001..."
sleep 3