Add extra information to gate env file

pull/23/head
Javi Fontan 9 years ago
parent 5374849fc2
commit 731361e752

@ -9,6 +9,8 @@ if [ -n "$ONEGATE_TOKEN" ]; then
fi fi
echo "export TOKENTXT=\"$TOKENTXT\"" > $ENV_FILE echo "export TOKENTXT=\"$TOKENTXT\"" > $ENV_FILE
echo "export VMID=\"$VMID\"" >> $ENV_FILE
echo "export ONEGATE_ENDPOINT=\"$ONEGATE_ENDPOINT\"" >> $ENV_FILE
function export_rc_vars function export_rc_vars
{ {

Loading…
Cancel
Save