Commit Graph

7 Commits (2b84d42bf362feace372f098ac72c5e9196b4459)

Author SHA1 Message Date
cruizba ff3d4db8db deployment: Ensure all openvidu deployments have permissions in recordings folder 2021-09-21 14:53:53 +02:00
cruizba f4bde4b45a deployment: Bump OPENVIDU_UPGRASABLE_VERSION for installation scripts 2021-07-13 16:20:47 +02:00
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
Juan Navarro 050057253a Fix spelling of several words in user-facing text & logs
stoped -> stopped
stoping -> stopping
uppgrade -> upgrade
dowloading -> downloading
ouput -> output
lastest -> latest
Openvidu -> OpenVidu
2021-04-20 17:06:22 +02:00
cruizba 665f3db149 deployment: Update aws-asg master files 2021-04-13 15:59:05 +02:00
oscarsotosanchez 5697038f8b Update installation script 2020-12-23 17:05:32 +01:00
oscarsotosanchez 6aea64e3f0 add openvidu aws-asg 2020-12-23 16:56:17 +01:00