diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-11-29 13:43:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-29 13:43:18 +0000 |
commit | 58e754eb9afa05c9bb6c90da1f1a6882b3e866cd (patch) | |
tree | a9dde78ce2a3d09eb00e23f68ff1ac7d496285ef | |
parent | fe4a95511d13af9436df4f61410db0077960955e (diff) | |
parent | 8cc14b7f374f6a93c048099b5e42a2c6ec94d922 (diff) |
Merge "Remove trailing slash in example"
-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 56ce61e17..8337684ec 100755 --- a/utils/jenkins-jnlp-connect.sh +++ b/utils/jenkins-jnlp-connect.sh @@ -164,7 +164,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 |