From 41f2d3e4809a46e175996cf7c271f4295fddcbe5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 21 Apr 2017 00:10:33 -0600 Subject: [PATCH] encourage user to visit http://localhost after install --- install-caddy | 1 + 1 file changed, 1 insertion(+) diff --git a/install-caddy b/install-caddy index 35a6d53..d52c2ef 100755 --- a/install-caddy +++ b/install-caddy @@ -375,6 +375,7 @@ CADDY_EOF $sudo_cmd systemctl enable caddy.service echo "caddy started with systemctl" + echo "Check it out at http://localhost" elif [ -d "/Library/LaunchAgents" ]; then echo ""