diff --git a/src/bin/check-low-port b/src/bin/check-low-port index 62eb3ba..00ef61c 100755 --- a/src/bin/check-low-port +++ b/src/bin/check-low-port @@ -1,7 +1,7 @@ #!/bin/sh if [ "${PORT}" -lt 1024 ] || [ "${SSL_PORT}" -lt 1024 ]; then - echo<