We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85060a9 commit 47e9bcbCopy full SHA for 47e9bcb
source/advanced_components/application_insight/onegate_usage.rst
@@ -472,7 +472,7 @@ Sample Application Monitoring Script
472
# PUT command
473
################################################################################
474
475
- VMID=(source /mnt/context.sh; echo $VMID)
+ VMID=$(source /mnt/context.sh; echo $VMID)
476
477
curl -X "PUT" $ONEGATE_ENDPOINT/vm \
478
--header "X-ONEGATE-TOKEN: `cat $ONEGATE_TOKEN`" \
0 commit comments