chg: do not exit 1 if wiremock was not running

pull/86/head
Luciano Righetti 2022-01-27 11:14:58 +01:00
parent 6f10a076a3
commit f1b73c1a64
1 changed files with 0 additions and 1 deletions

View File

@ -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