mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
use consistent bash shebang. closes #959
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "<html><h3>php</h3></html>"
|
||||
|
||||
Reference in New Issue
Block a user