From 2c260997a2f8f527ee248faf7a0e88f5801428d0 Mon Sep 17 00:00:00 2001 From: Julien Allary <julien.allary@ubicast.eu> Date: Mon, 12 Dec 2016 16:53:05 +0100 Subject: [PATCH] update --- launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.sh b/launcher.sh index 470a7709..c08c1b81 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