Skip to content

Commit

Permalink
Change shebang on mongodb init script to bash
Browse files Browse the repository at this point in the history
The initscript uses [[, which is only available on bash, not sh.

This should fix travis-ci/travis-ci#788.
  • Loading branch information
sarahhodne committed Dec 30, 2012
1 parent 1d73df1 commit b563722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_environment/mongodb/files/default/mongodb.sysvinit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# init.d script with LSB support.
#
Expand Down

0 comments on commit b563722

Please sign in to comment.