chg: do not exit 1 if wiremock was not running
parent
6f10a076a3
commit
f1b73c1a64
|
@ -17,7 +17,6 @@ if [ -e $pidFile ]; then
|
|||
rm $pidFile
|
||||
else
|
||||
echo WireMock is not started 2>&1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo WireMock $instance stopped
|
Loading…
Reference in New Issue