Created
April 12, 2019 18:54
-
-
Save crizstian/5d942e1763b312ab823efb28a1b03919 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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