From f3d85dc17ed3992d98dfb884b1740d323942bb66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Wed, 21 Dec 2016 09:14:23 +0100
Subject: [PATCH] Revert incorrect change.

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

diff --git a/launcher.sh b/launcher.sh
index 2f4516c8..b5f44c26 100755
--- a/launcher.sh
+++ b/launcher.sh
@@ -20,7 +20,7 @@ exec > >(tee -i ${LOGFILE})
 init() {
     python3 /root/envsetup/envsetup.py 1
     python3 /root/envsetup/envsetup.py 2
-    #~python3 /root/envsetup/envsetup.py 22
+    python3 /root/envsetup/envsetup.py 22
     python3 /root/envsetup/envsetup.py 23
     python3 /root/envsetup/envsetup.py 24
     python3 /root/envsetup/envsetup.py 4
-- 
GitLab