diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-16 15:27:12 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-16 15:27:12 +0200 |
commit | 6f21a87e3b3cdbf013f470519ed17394f9d8853e (patch) | |
tree | ccf9b1ca2d6bbb5f6a7088523a6e9c7fe4bdcdaf /conf.d/etc/profile.d | |
parent | 5f67c1a72b982fc4057e2f6e4803324d3be1330a (diff) |
Fixed xds systemd user service
Diffstat (limited to 'conf.d/etc/profile.d')
-rw-r--r-- | conf.d/etc/profile.d/xds-server.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.d/etc/profile.d/xds-server.sh b/conf.d/etc/profile.d/xds-server.sh new file mode 100644 index 0000000..72f2b1a --- /dev/null +++ b/conf.d/etc/profile.d/xds-server.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +#---------- AGL xds-server tool options Start ---------" +[ ":${PATH}:" != *":%%XDS_INSTALL_BIN_DIR%%:"* ] && export PATH=%%XDS_INSTALL_BIN_DIR%%:${PATH} |