docs: fix issues
[parser.git] / tosca2heat / tosca-parser-0.3.0 / toscaparser / tests / artifacts / 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