fix: use sh instead of bash for migrations script

This commit is contained in:
Tobias Reisinger 2020-06-29 18:43:39 +02:00
parent 43dac8fd32
commit 1112b65a75

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
cd "$(dirname "$0")";