YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

[#221] ydbinstall.sh uses gtm* environment variables #241

Closed ChristopherEdwards closed 6 years ago

ChristopherEdwards commented 6 years ago

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.