From 0102e5676101ea1e39398d06a94b395d1a458f6a Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas@karolak.fr>
Date: Thu, 21 Jun 2018 14:34:54 +0200
Subject: [PATCH] 34: fix url

---
 3.New_server_deployment/4.APT_upgrade/0_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3.New_server_deployment/4.APT_upgrade/0_setup.sh b/3.New_server_deployment/4.APT_upgrade/0_setup.sh
index 4f18d381..510a8d5b 100755
--- a/3.New_server_deployment/4.APT_upgrade/0_setup.sh
+++ b/3.New_server_deployment/4.APT_upgrade/0_setup.sh
@@ -26,7 +26,7 @@ fi
 if ( ! test -z ${APT_CACHE_URL} ); then
 	if ( ! grep "${APT_CACHE_URL}" /etc/apt/sources.list >/dev/null ); then
 		echo "Updating /etc/apt/sources.list to use cache ${APT_CACHE_URL}."
-		sed -i "s@http://@http://${APT_CACHE_URL}@" /etc/apt/sources.list
+		sed -i "s@http://@http://${APT_CACHE_URL}/@" /etc/apt/sources.list
 	fi
 fi
 
-- 
GitLab