From 01e7f1cdb6df4cf3e16df98fee2377d4de8e4d6c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 11 Dec 2014 02:34:08 -0500 Subject: [PATCH] Output *all* hosts on multiple lines --- plugins/00_dokku-standard/commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/00_dokku-standard/commands b/plugins/00_dokku-standard/commands index 3cfc15fb1..ac55d4c8a 100755 --- a/plugins/00_dokku-standard/commands +++ b/plugins/00_dokku-standard/commands @@ -40,7 +40,7 @@ case "$1" in APP="$2"; if [[ -f "$DOKKU_ROOT/$APP/VHOST" ]]; then - echo $(< "$DOKKU_ROOT/$APP/VHOST") + cat "$DOKKU_ROOT/$APP/VHOST" fi ;;