summaryrefslogtreecommitdiffstats
path: root/utils/jenkins-jnlp-connect.sh
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2016-03-10 15:59:09 +0100
committerJosep Puigdemont <josep.puigdemont@enea.com>2016-03-10 15:59:09 +0100
commitf95330c3b0fea7fb2981ef95a20f06eff5542b7c (patch)
tree7a352e4eabe7bf977a241a6d7de9efbc839a7b43 /utils/jenkins-jnlp-connect.sh
parent1ae3e5888f3d0671dd3b70e5b15631d46108214a (diff)
Add missing $ in bash script variable
Change-Id: Iee61343d1ce838e4a2ff25a664b069f4278c5b78 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Diffstat (limited to 'utils/jenkins-jnlp-connect.sh')
-rwxr-xr-xutils/jenkins-jnlp-connect.sh2
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 &