From a82a7148580b18456086fcdac025c2c91aa744aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Wed, 25 Jul 2018 16:20:46 +0200
Subject: [PATCH] Install Munin on workers.

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

diff --git a/launcher.sh b/launcher.sh
index b7fb6234..4cd51f2e 100755
--- a/launcher.sh
+++ b/launcher.sh
@@ -57,6 +57,7 @@ mediaserver() {
 
 worker() {
 	python3 /root/envsetup/envsetup.py 72
+	python3 /root/envsetup/envsetup.py 26
 }
 
 campusmanager() {
-- 
GitLab