Skip to content

Commit

Permalink
Update shebang line in postCreate.sh script to use /bin/sh instead …
Browse files Browse the repository at this point in the history
…of `/bin/bash`
  • Loading branch information
ll7 committed Jun 4, 2024
1 parent bede3c1 commit b6c458c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

## This script is run after the devcontainer is created. It installs the necessary dependencies for the project.
Expand Down

0 comments on commit b6c458c

Please sign in to comment.