Support non-standard bash locations

This commit is contained in:
jaseg
2013-09-20 16:08:19 +02:00
committed by jaseg
parent 68bbf0d888
commit 83e4744fa5
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'"/"