From 83e4744fa5b988b26fc514d7f696754f1606c88a Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 20 Sep 2013 16:08:19 +0200 Subject: [PATCH] Support non-standard bash locations --- dokku | 2 +- receiver | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dokku b/dokku index 2928f4c64..d6ba29c79 100755 --- a/dokku +++ b/dokku @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e set -o pipefail export PLUGIN_PATH=${PLUGIN_PATH:="/var/lib/dokku/plugins"} diff --git a/receiver b/receiver index d2947c28a..35684d720 100755 --- a/receiver +++ b/receiver @@ -1,2 +1,2 @@ -#!/bin/bash +#!/usr/bin/env bash set -e; set -o pipefail; cat | dokku receive $1 | sed -u "s/^/"$'\e[1G'"/"