Output *all* hosts on multiple lines

This commit is contained in:
Jose Diaz-Gonzalez
2014-12-11 02:34:08 -05:00
parent 0865ff3f79
commit 01e7f1cdb6

View File

@@ -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
;;