Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#221] ydbinstall.sh uses gtm* environment variables
The ydbinstall.sh script uses environment variables to control certain advanced functionality of the script. These were previously gtm prefixed variables, but for consistency purposes they should be ydb prefixed variables. Modify the ydbinstall.sh script to look for ydb prefixed variables and set the corresponding internal variable to the value of the ydb prefixed variable, while mantaining backwards compatibility with gtm prefixed variables.
- Loading branch information