3
0
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:
Chris Smith 2019-03-01 00:47:27 +00:00
parent 8bcb4041a0
commit 2598569f3a

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e