diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2016-11-28 11:47:17 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2016-11-28 11:47:42 -0500 |
commit | 8cc14b7f374f6a93c048099b5e42a2c6ec94d922 (patch) | |
tree | 41738b17d71b58bf5723da771f2b52674dd93f72 /utils | |
parent | a3a94ffd4a58d4ac8fd837e22605b5083f2127ca (diff) |
Remove trailing slash in example
also add caveat note
Change-Id: Ie662ffb9240c3ffdbc4c7317d63744a8beedec4a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/jenkins-jnlp-connect.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/jenkins-jnlp-connect.sh b/utils/jenkins-jnlp-connect.sh index 9ef4298ef..c4387a67d 100755 --- a/utils/jenkins-jnlp-connect.sh +++ b/utils/jenkins-jnlp-connect.sh @@ -167,7 +167,8 @@ usage: $0 [OPTIONS] -t test the connection string by connecting without monit -f test firewall -Example: $0 -j /home/jenkins/ -u jenkins -n lab1 -s 727fdefoofoofoofoofoofoofof800 +Example: $0 -j /home/jenkins -u jenkins -n lab1 -s 727fdefoofoofoofoofoofoofof800 +note: a trailing slash on -j /home/jenkins will break the script EOF exit 1 |