From 3babda4c5536c961928a8c1b8141fed99552af9c Mon Sep 17 00:00:00 2001 From: ronivay Date: Tue, 24 Jul 2018 23:12:49 +0300 Subject: [PATCH] README update and minor install output improvement --- README.md | 2 -- xo-install.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d93dccf..b9f555a 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,6 @@ notes: ### docker You can also build the docker image locally if you wish or pull it from [docker hub](https://hub.docker.com/r/ronivay/xen-orchestra/) without using the script. -![Docker hub ronivay/xen-orchestra](http://dockeri.co/image/ronivay/xen-orchestra) - ``` docker build -t docker/. xen-orchestra docker run -p 80:80 xen-orchestra diff --git a/xo-install.sh b/xo-install.sh index 885db42..bfd7ee4 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -312,6 +312,8 @@ function InstallXO { echo echo "WebUI started in port $PORT" echo "Default username: admin@admin.net password: admin" + echo + echo "Installation successful. Control xo-server.service with systemctl" else echo echo "Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details"