Skip to content

Instantly share code, notes, and snippets.

@crizstian
Created April 12, 2019 18:54
Show Gist options
  • Save crizstian/5d942e1763b312ab823efb28a1b03919 to your computer and use it in GitHub Desktop.
Save crizstian/5d942e1763b312ab823efb28a1b03919 to your computer and use it in GitHub Desktop.
echo '·· Pre-Start executed >>>> ··'
bash /var/mongo/pre-start.sh
sleep 20
echo '·· Pre-Start done >>>> ··'
echo '·· Starting DB Service >>>> ··'
bash /var/mongo/start.sh
sleep 20
echo '·· DB Service Started >>>> ··'
echo '·· Detecting Primary DB >>>> ··'
bash /var/mongo/primary-db-only.sh
echo '·· Detecting Primary Done >>>> ··'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment