Merge pull request #221 from jaseg/patch-3

receiver: fix shebang for non-standard bash locations
This commit is contained in:
Alexander
2013-10-09 12:39:06 -07:00
2 changed files with 2 additions and 2 deletions

2
dokku
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
set -o pipefail
export PLUGIN_PATH=${PLUGIN_PATH:="/var/lib/dokku/plugins"}

View File

@@ -1,2 +1,2 @@
#!/bin/bash
#!/usr/bin/env bash
set -e; set -o pipefail; cat | dokku receive $1 | sed -u "s/^/"$'\e[1G'"/"