openvidu/openvidu-server/deployments/ce
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 Fix spelling of several words in user-facing text & logs 2021-04-20 17:06:22 +02:00
docker-compose Fix ShellCheck errors and warnings on shell scripts 2021-04-20 17:06:22 +02:00
taskcat Updated maintainer mail in Dockerfiles 2020-11-16 15:09:13 +01:00