Skip to content

Commit

Permalink
Issue #00 chore: updade merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Manojvv authored Apr 9, 2018
1 parent 421a74e commit ab227c7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions deploy/sunbird_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,10 @@ while getopts "s:h" o;do
case "${s}" in
config)
echo -e "\n$(date)\n">>logs/config.log; config 2>&1 | tee -a logs/config.log
<<<<<<< HEAD
=======
exit 0
;;
deps)
echo -e "\n$(date)\n">>logs/deps.log; deps 2>&1 | tee -a logs/config.log
>>>>>>> origin/release-1.5
exit 0
;;
dbs)
Expand All @@ -112,10 +109,6 @@ while getopts "s:h" o;do
echo -e "\n$(date)\n">>logs/badger.log; badger 2>&1 | tee -a logs/badger.log
exit 0
;;
badger)
echo -e "\n$(date)\n">>logs/badger.log; badger 2>&1 | tee -a logs/badger.log
exit 0
;;
core)
echo -e "\n$(date)\n">>core.log; core 2>&1 | tee -a logs/core.log
exit 0
Expand Down

0 comments on commit ab227c7

Please sign in to comment.