diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2016-03-10 15:59:09 +0100 |
---|---|---|
committer | Josep Puigdemont <josep.puigdemont@enea.com> | 2016-03-10 15:59:09 +0100 |
commit | f95330c3b0fea7fb2981ef95a20f06eff5542b7c (patch) | |
tree | 7a352e4eabe7bf977a241a6d7de9efbc839a7b43 | |
parent | 1ae3e5888f3d0671dd3b70e5b15631d46108214a (diff) |
Add missing $ in bash script variable
Change-Id: Iee61343d1ce838e4a2ff25a664b069f4278c5b78
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
-rwxr-xr-x | utils/jenkins-jnlp-connect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jenkins-jnlp-connect.sh b/utils/jenkins-jnlp-connect.sh index e0c6ff2e0..ec31a4aa7 100755 --- a/utils/jenkins-jnlp-connect.sh +++ b/utils/jenkins-jnlp-connect.sh @@ -127,7 +127,7 @@ then echo "pid file found" fi fi -if [[ run_in_foreground == true ]]; then +if [[ $run_in_foreground == true ]]; then $connectionstring else exec $connectionstring & |