From 92e01dd93c0aba744668240a5c4a55af385d6ff8 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Wed, 24 Aug 2022 14:05:17 +0200
Subject: [PATCH] Rename proxy

---
 registry/scripts/upgrade_all.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/registry/scripts/upgrade_all.sh b/registry/scripts/upgrade_all.sh
index 29d9975..6a32b38 100755
--- a/registry/scripts/upgrade_all.sh
+++ b/registry/scripts/upgrade_all.sh
@@ -69,7 +69,7 @@ then
     fi
 fi
 
-cmd="cd /opt/primtux-eole/; export HTTPS_PROXY='http://dnsproxy:3128'; git pull; ./upgrade-session.sh $arg"
+cmd="cd /opt/primtux-eole/; export HTTPS_PROXY='http://proxy:3128'; git pull; ./upgrade-session.sh $arg"
 echo $cmd
 declare -A HOSTS
 declare -A IPTOMACS
-- 
GitLab