diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-10 10:10:53 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-10 10:12:26 +0100 |
commit | 3280e5a9412220806d0931c1fbe2515a041603ac (patch) | |
tree | 68ec5f02ca29e4fed399f6f35fca0fdb09eeab1c /conf.d/etc/profile.d | |
parent | 7fce75df06a85c21083544fcbdcd73d122e3ca52 (diff) |
Added config and install scripts
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc/profile.d')
-rw-r--r-- | conf.d/etc/profile.d/xds-cli.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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} |