From 49bdd52d9583bffb723f9834a6cbc6ce98a9d6c6 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 6 Mar 2018 11:03:10 +0100
Subject: [PATCH] fix

---
 postInstall.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postInstall.sh b/postInstall.sh
index 706ec10..625ae76 100755
--- a/postInstall.sh
+++ b/postInstall.sh
@@ -31,6 +31,6 @@ do
 done
 for proto in http https ftp
 do
-    echo "export $proto_proxy=slis:3128" >> ~/.profile
+    echo "export ${proto}_proxy=slis:3128" >> ~/.profile
 done
 read -p "Configuration faite, appuyez sur n'importe quelle touche pour continuer"
-- 
GitLab