datadryad / vagrant-dryad

Vagrant and Ansible config for building a (v1) Dryad VM
0 stars 4 forks source link

Allow redeploy to work when tomcat is not running #65

Closed ryscher closed 7 years ago

ryscher commented 7 years ago

If tomcat was not running, the tomcat_stop.sh would return an error, which would halt redeploy_dryad.sh. This commit changes redeploy_dryad.sh to work correctly if tomcat is not running.

daisieh commented 7 years ago

Looks fine.