diff --git a/1.Base/1.Utilities/0_setup.py b/1.Base/1.Utilities/0_setup.py index 8aa454e948cc6df6b500aa13aa75dbb37ff6ce50..3669f94247c1d3249524936ae9186c8607809c0e 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 d63e57970cbde0569ef67c1cf432b758fa63622f..c921849a77a90a1fea3c5ed199866794ae843cbf 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 f35819817ef2648e7caaa6a928edb82eee57bfaf..258cc48a38c4f02fe267bb97b32c42bdd9f3c1e4 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 }