From 8adead5303334a56957a16c7f7dfa83d47853b3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Thu, 2 Feb 2017 16:58:05 +0100
Subject: [PATCH] Run new server actions first.

---
 launcher.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/launcher.sh b/launcher.sh
index 14491bb6..46e372f2 100755
--- a/launcher.sh
+++ b/launcher.sh
@@ -16,15 +16,15 @@ exec > >(tee -i ${LOGFILE})
 
 ## envsetup action calls
 init() {
-    python3 /root/envsetup/envsetup.py 11
-    python3 /root/envsetup/envsetup.py 12
-    python3 /root/envsetup/envsetup.py 13
-
     python3 /root/envsetup/envsetup.py 31
     python3 /root/envsetup/envsetup.py 32
     python3 /root/envsetup/envsetup.py 33
     python3 /root/envsetup/envsetup.py 34
 
+    python3 /root/envsetup/envsetup.py 11
+    python3 /root/envsetup/envsetup.py 12
+    python3 /root/envsetup/envsetup.py 13
+
     python3 /root/envsetup/envsetup.py 21
     python3 /root/envsetup/envsetup.py 22
 }
-- 
GitLab