Skip to content

Commit 4b3cd52

Browse files
author
Joshua Anderson
committed
feat(*): replace /bin/bash with /usr/bin/env bash
1 parent 099eb21 commit 4b3cd52

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)