Browse Source

More portable shebang

Mark Shust 2 years ago
parent
commit
f9c985f397
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/bin/setup-install

+ 1 - 1
compose/bin/setup-install

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -o errexit
 
 DOMAIN=${1:-magento.test}