From 46f157bc2b173eae3cb84654ee8d60c30643a5ed Mon Sep 17 00:00:00 2001 From: Franscobec Date: Wed, 9 Sep 2026 12:13:25 -0400 Subject: [PATCH] Fix broken link --- deploy-newssh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-newssh.sh b/deploy-newssh.sh index cafa490..813e2e0 100644 --- a/deploy-newssh.sh +++ b/deploy-newssh.sh @@ -13,7 +13,7 @@ if [ "$UID" -ne 0 ]; then fi #Verify provisioning server availability -URL="https://prov.franscorack.com" +URL="https://prov.core.franscorack.com" if ! wget --spider "$URL" 2>/dev/null; then echo -e "${C_RED}Error: Cannot reach intranet provisioning server - ${F_BOLD}Are you not on LAN or VPN ? / Is it down ?${NO_FORMAT}" @@ -26,7 +26,7 @@ if [ -f "/.SSH/script/renew-keys.sh" ]; then echo -e "${C_RED}Script not found. Downloading...${NO_FORMAT}" mkdir /.SSH mkdir /.SSH/script - wget https://prov.franscorack.com/script/renew-keys.sh -O /.SSH/script/renew-keys.sh + wget https://prov.core.franscorack.com/script/renew-keys.sh -O /.SSH/script/renew-keys.sh sleep 2 fi rm -rf /home/$USER/.ssh