jbossdemocentral / brms-fuse-integration-demo

Example demo project that shows JBoss BPM integration with JBoss Fuse Camel routes.
11 stars 18 forks source link

Wrong version of shell declared in init.sh #20

Open johnstonthomasa opened 6 years ago

johnstonthomasa commented 6 years ago

line 1 of init.sh is:

!/bin/sh

This produces the following error:

./init.sh: 64: ./init.sh: [[: not found ./init.sh: 67: ./init.sh: [[: not found

line 1 should be:

!/bin/bash

sh does not support the [[ syntax being used in the script