Skip to content

Commit 084c0db

Browse files
committed
Merge pull request #4200 from Joshua-Anderson/bash-location-fix
feat(*): replace /bin/bash with /usr/bin/env bash
2 parents a9e4183 + 4b3cd52 commit 084c0db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
#
33
# This script is designed to be run inside the container
44
#

bin/reload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# gracefully reload gunicorn
44
kill -HUP "$(cat /tmp/gunicorn.pid)"

0 commit comments

Comments
 (0)