From 97f479f2a9d90057e8f8cf084a5ccb1fa464e830 Mon Sep 17 00:00:00 2001
From: Elian Loraux <elian.loraux@tetras-libre.fr>
Date: Mon, 29 Jul 2024 11:47:44 +0200
Subject: [PATCH] complete english comments

---
 auto-start-reverseSSHproxy.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/auto-start-reverseSSHproxy.sh b/auto-start-reverseSSHproxy.sh
index 9527945..46a6f7b 100644
--- a/auto-start-reverseSSHproxy.sh
+++ b/auto-start-reverseSSHproxy.sh
@@ -7,11 +7,11 @@
 #
 # ==============================================
 # if tetrix reachable
-#    Si etatCourant != Normal
+#    if etatCourant != Normal
 #          currentStatre = Normal
 #          stoppedAquilaService
-# Sinon
-#    Si currentStatre != Backup
+# else
+#    if currentStatre != Backup
 #          currentStatre = Backup
 #          startAquilaService
 # ==============================================
-- 
GitLab