From d8574e7c2d1fb5bdcaa2d6be8436895ca5a5fde7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Thu, 24 Jan 2019 16:57:04 +0100
Subject: [PATCH] add install cockpit to init()

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

diff --git a/launcher.sh b/launcher.sh
index 74171564..e590fe90 100755
--- a/launcher.sh
+++ b/launcher.sh
@@ -34,6 +34,7 @@ init() {
 	python3 -u /root/envsetup/envsetup.py 11
 	python3 -u /root/envsetup/envsetup.py 12
 	python3 -u /root/envsetup/envsetup.py 13
+	python3 -u /root/envsetup/envsetup.py 14
 
 	python3 -u /root/envsetup/envsetup.py 21
 	python3 -u /root/envsetup/envsetup.py 22
-- 
GitLab