openvidu/openvidu-server/deployments/pro/docker-compose
Juan Navarro 8e3f1e1eaf Fix ShellCheck errors and warnings on shell scripts
* ALWAYS quote variable expansions (except in for loops)
* Use "-n" instead of "! -z"
* Fix bad redirection (|) when an OR (||) was intended
* Don't expand variables in printf format string (pass as argument)
* ALWAYS quote variable expansions (except in for loops)
* Avoid useless cat:
  cat file | grep pattern ==> grep pattern file
* Did I mention to ALWAYS quote variable expansions?

Always use ShellCheck to write shell scripts!
https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck
2021-04-20 17:06:22 +02:00
..
aws-asg-openvidu-server-pro Fix ShellCheck errors and warnings on shell scripts 2021-04-20 17:06:22 +02:00
media-node Fix ShellCheck errors and warnings on shell scripts 2021-04-20 17:06:22 +02:00
openvidu-server-pro Fix ShellCheck errors and warnings on shell scripts 2021-04-20 17:06:22 +02:00