docs: fix issues
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / CSAR / tosca_elk / Scripts / mongodb / start.sh
1 #!/bin/bash
2 # This script starts mongodb
3 service mongod stop
4 rm /var/lib/mongodb/mongod.lock
5 service mongod start