Problem happens becase ENV:KEY_ALTNAMES not defiend.
You need to add KEY_ALTNAMES to ./vars file:
export KEY_ALTNAMES="something"
And run source ./vars
after that.
Problem happens becase ENV:KEY_ALTNAMES not defiend.
You need to add KEY_ALTNAMES to ./vars file:
export KEY_ALTNAMES="something"
And run source ./vars
after that.