fix: use sh instead of bash for migrations script
This commit is contained in:
parent
43dac8fd32
commit
1112b65a75
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
cd "$(dirname "$0")";
|
||||
|
||||
|
|
Loading…
Reference in a new issue