From bd79a3b499e1f29a225a032b97ecf735d6b3c8e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Fri, 28 Jul 2017 09:09:06 +0200
Subject: [PATCH] Minor adjustements.

---
 1.Base/1.Utilities/0_setup.py       | 2 +-
 2.Common_services/1.Postfix/main.cf | 2 +-
 launcher.sh                         | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/1.Base/1.Utilities/0_setup.py b/1.Base/1.Utilities/0_setup.py
index 8aa454e9..3669f942 100644
--- a/1.Base/1.Utilities/0_setup.py
+++ b/1.Base/1.Utilities/0_setup.py
@@ -13,7 +13,7 @@ def setup(interactive=True):
         'locale-gen en_GB.UTF-8',
         'update-locale LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8',
         # Vim colors
-        '[ -f ~/.vimrc ] || echo "color ron" > ~/.vimrc',
+        '[ -f ~/.vimrc ] || echo -e "syntax on\\ncolor ron" > ~/.vimrc',
         # Copy bashrc file
         'cp "%s/bashrc" "/root/.bashrc"' % dir_path,
         # Generate SSH key if not already done
diff --git a/2.Common_services/1.Postfix/main.cf b/2.Common_services/1.Postfix/main.cf
index d63e5797..c921849a 100644
--- a/2.Common_services/1.Postfix/main.cf
+++ b/2.Common_services/1.Postfix/main.cf
@@ -39,4 +39,4 @@ inet_interfaces = localhost
 inet_protocols = ipv4
 default_transport = smtp
 relay_transport = smtp
-disable_vrfy_command=yes
+disable_vrfy_command = yes
diff --git a/launcher.sh b/launcher.sh
index f3581981..258cc48a 100755
--- a/launcher.sh
+++ b/launcher.sh
@@ -31,7 +31,6 @@ init() {
 }
 
 monitor() {
-    python3 /root/envsetup/envsetup.py 23
     python3 /root/envsetup/envsetup.py 25
     python3 /root/envsetup/envsetup.py 26
     python3 /root/envsetup/envsetup.py 41
@@ -44,7 +43,6 @@ mediaserver() {
     python3 /root/envsetup/envsetup.py 25
     python3 /root/envsetup/envsetup.py 51
     python3 /root/envsetup/envsetup.py 52
-    python3 /root/envsetup/envsetup.py 53
     python3 /root/envsetup/envsetup.py 25
 }
 
-- 
GitLab