From 3280e5a9412220806d0931c1fbe2515a041603ac Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 10 Nov 2017 10:10:53 +0100 Subject: Added config and install scripts Signed-off-by: Sebastien Douheret --- conf.d/etc/profile.d/xds-cli.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 conf.d/etc/profile.d/xds-cli.sh (limited to 'conf.d/etc') diff --git a/conf.d/etc/profile.d/xds-cli.sh b/conf.d/etc/profile.d/xds-cli.sh new file mode 100644 index 0000000..7648766 --- /dev/null +++ b/conf.d/etc/profile.d/xds-cli.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +#---------- AGL xds-cli tool options Start ---------" +[ ":${PATH}:" != *":%%XDS_INSTALL_BIN_DIR%%:"* ] && export PATH=%%XDS_INSTALL_BIN_DIR%%:${PATH} -- cgit 1.2.3-korg