From 4b79bf778a19e803dce0693444133afbde0cc475 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:42:42 +0200 Subject: [PATCH] fixes --- ct/shlink.sh | 2 +- install/shlink-install.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ct/shlink.sh b/ct/shlink.sh index 5d3186b1..f55ac724 100644 --- a/ct/shlink.sh +++ b/ct/shlink.sh @@ -81,4 +81,4 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL} +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}" diff --git a/install/shlink-install.sh b/install/shlink-install.sh index c5605dfd..a40714bd 100644 --- a/install/shlink-install.sh +++ b/install/shlink-install.sh @@ -95,7 +95,8 @@ server { EOF ln -sf /etc/nginx/sites-available/shlink-web-client /etc/nginx/sites-enabled/shlink-web-client rm -f /etc/nginx/sites-enabled/default - $STD systemctl reload nginx + systemctl enable -q nginx + $STD systemctl restart nginx msg_ok "Set up Web Client" fi