Skip to content
Snippets Groups Projects
Commit bd79a3b4 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Minor adjustements.

parent cfff86e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -39,4 +39,4 @@ inet_interfaces = localhost
inet_protocols = ipv4
default_transport = smtp
relay_transport = smtp
disable_vrfy_command=yes
disable_vrfy_command = yes
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment