From 731361e7529ebac2581652973bdffd67bff98bbe Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Tue, 10 Nov 2015 15:09:36 +0100 Subject: [PATCH] Add extra information to gate env file --- base/etc/one-context.d/06-gen-env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/etc/one-context.d/06-gen-env b/base/etc/one-context.d/06-gen-env index 5825fce..bb46458 100755 --- a/base/etc/one-context.d/06-gen-env +++ b/base/etc/one-context.d/06-gen-env @@ -9,6 +9,8 @@ if [ -n "$ONEGATE_TOKEN" ]; then fi echo "export TOKENTXT=\"$TOKENTXT\"" > $ENV_FILE +echo "export VMID=\"$VMID\"" >> $ENV_FILE +echo "export ONEGATE_ENDPOINT=\"$ONEGATE_ENDPOINT\"" >> $ENV_FILE function export_rc_vars {