Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. echo '·· Pre-Start executed >>>> ··'
  2.  
  3. bash /var/mongo/pre-start.sh
  4. sleep 20
  5. echo '·· Pre-Start done >>>> ··'
  6.  
  7. echo '·· Starting DB Service >>>> ··'
  8.  
  9. bash /var/mongo/start.sh
  10. sleep 20
  11. echo '·· DB Service Started >>>> ··'
  12.  
  13. echo '·· Detecting Primary DB >>>> ··'
  14.  
  15. bash /var/mongo/primary-db-only.sh
  16. echo '·· Detecting Primary Done >>>> ··'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement