Skip to content

Commit

Permalink
Fix hashbangs
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmonkey committed Dec 20, 2024
1 parent 3e571bf commit c17162b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh

set -e

Expand Down
2 changes: 1 addition & 1 deletion docker/process/caddy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh

set -e

Expand Down
2 changes: 1 addition & 1 deletion docker/process/consumer.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh

set -e

Expand Down
2 changes: 1 addition & 1 deletion docker/process/fpm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh

set -e

Expand Down
2 changes: 1 addition & 1 deletion docker/process/postgresql.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh

set -e

Expand Down

0 comments on commit c17162b

Please sign in to comment.