openvidu/openvidu-server/deployments/ce/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
..
owncert Deployment repos migration: 2020-07-16 20:09:48 +02:00
.env Add nodeCrashed event to .env files 2021-04-20 16:18:46 +02:00
docker-compose.override.yml docker-compose.yml files updated to 2.17.0 2021-03-04 16:47:39 +01:00
docker-compose.yml docker-compose.yml files updated to 2.17.0 2021-03-04 16:47:39 +01:00
install_openvidu.sh Fix ShellCheck errors and warnings on shell scripts 2021-04-20 17:06:22 +02:00
openvidu Fix ShellCheck errors and warnings on shell scripts 2021-04-20 17:06:22 +02:00