Skip to content

Commit

Permalink
Merge pull request #94 from timkelty/patch-1
Browse files Browse the repository at this point in the history
Make hashbang /bin/sh
  • Loading branch information
khalwat committed Jun 27, 2024
2 parents 1d2e7c3 + 1454896 commit 879de07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-config/node-dev-vite/npm_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# NPM Install shell script
#
Expand Down
2 changes: 1 addition & 1 deletion docker-config/php-prod-craft/run_queue.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Run Queue shell script
#
Expand Down

0 comments on commit 879de07

Please sign in to comment.