Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
bd79a3b4
Commit
bd79a3b4
authored
7 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Minor adjustements.
parent
cfff86e8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
1.Base/1.Utilities/0_setup.py
+1
-1
1 addition, 1 deletion
1.Base/1.Utilities/0_setup.py
2.Common_services/1.Postfix/main.cf
+1
-1
1 addition, 1 deletion
2.Common_services/1.Postfix/main.cf
launcher.sh
+0
-2
0 additions, 2 deletions
launcher.sh
with
2 additions
and
4 deletions
1.Base/1.Utilities/0_setup.py
+
1
−
1
View file @
bd79a3b4
...
...
@@ -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
\\
n
color ron
"
> ~/.vimrc
'
,
# Copy bashrc file
'
cp
"
%s/bashrc
"
"
/root/.bashrc
"'
%
dir_path
,
# Generate SSH key if not already done
...
...
This diff is collapsed.
Click to expand it.
2.Common_services/1.Postfix/main.cf
+
1
−
1
View file @
bd79a3b4
...
...
@@ -39,4 +39,4 @@ inet_interfaces = localhost
inet_protocols = ipv4
default_transport = smtp
relay_transport = smtp
disable_vrfy_command
=
yes
disable_vrfy_command
=
yes
This diff is collapsed.
Click to expand it.
launcher.sh
+
0
−
2
View file @
bd79a3b4
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment