mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user