From 2ca647879af952288c34ec3f1d9cb3a1dc538e86 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Wed, 11 Apr 2018 10:15:47 -0400 Subject: [PATCH] Print web url Possible fix for #8 --- xo_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xo_install.sh b/xo_install.sh index 3dc1818..e2fa607 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -64,3 +64,6 @@ fi sudo /bin/chmod +x $systemd_service_dir/$xo_service sudo /bin/systemctl enable $xo_service sudo /bin/systemctl start $xo_service + +echo "Installation complete, based on what we can find, you likely need to open your web browser to:" +hostname -I