mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Output *all* hosts on multiple lines
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user