Skip to content

Commit

Permalink
Update shebang in init-mongo.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Feb 16, 2024
1 parent af8dfb8 commit 9d083d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-mongo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

until mongo --eval "print(\"waited for connection\")"
Expand Down

0 comments on commit 9d083d7

Please sign in to comment.