Add missing $ in bash script variable 93/11093/1
authorJosep Puigdemont <josep.puigdemont@enea.com>
Thu, 10 Mar 2016 14:59:09 +0000 (15:59 +0100)
committerJosep Puigdemont <josep.puigdemont@enea.com>
Thu, 10 Mar 2016 14:59:09 +0000 (15:59 +0100)
Change-Id: Iee61343d1ce838e4a2ff25a664b069f4278c5b78
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
utils/jenkins-jnlp-connect.sh

index e0c6ff2..ec31a4a 100755 (executable)
@@ -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 &