mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-02 07:34:06 +01:00
Use /bin/sh rather than /bin/bash
This makes it much easier to run on alpine which ships with only a /bin/sh by default.
This commit is contained in:
parent
8bcb4041a0
commit
2598569f3a
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user