From 1cba847c0c4bc3fb173604d25805650f1765945b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:21:08 +0200 Subject: [PATCH] URL Missing after Create --- install/spoolman-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/spoolman-install.sh b/install/spoolman-install.sh index dc2bc31d..fc94d515 100644 --- a/install/spoolman-install.sh +++ b/install/spoolman-install.sh @@ -73,3 +73,5 @@ msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean msg_ok "Cleaned" +echo -e "${APP} Setup should be reachable by going to the following URL. + ${BL}http://${IP}:7912${CL} \n"