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
f4e65c23
Commit
f4e65c23
authored
5 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Fixed mediaimport package name
parent
6bd6acbb
No related branches found
Branches containing commit
Tags
no-ansible
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
10.MediaImport/2.Install_FTP_watch_folder/0_setup.py
+1
-1
1 addition, 1 deletion
10.MediaImport/2.Install_FTP_watch_folder/0_setup.py
with
1 addition
and
1 deletion
10.MediaImport/2.Install_FTP_watch_folder/0_setup.py
+
1
−
1
View file @
f4e65c23
...
@@ -17,7 +17,7 @@ def setup(interactive=True):
...
@@ -17,7 +17,7 @@ def setup(interactive=True):
raise
Exception
(
'
Invalid user/pass definition, separator not present or too many detected
'
)
raise
Exception
(
'
Invalid user/pass definition, separator not present or too many detected
'
)
# Run commands
# Run commands
cmds
=
[
cmds
=
[
'
apt-get install --yes pure-ftpd python3-unidecode
python3-mediaserver
-mediaimport
openssl
'
,
'
apt-get install --yes pure-ftpd python3-unidecode
openssl ubicast
-mediaimport
'
,
dict
(
line
=
'
adduser --disabled-login --gecos
""
--shell /bin/false ftp
'
,
cond
=
'
id ftp
'
,
cond_neg
=
True
,
cond_skip
=
True
),
dict
(
line
=
'
adduser --disabled-login --gecos
""
--shell /bin/false ftp
'
,
cond
=
'
id ftp
'
,
cond_neg
=
True
,
cond_skip
=
True
),
'
mkdir -p /usr/local/bin
'
,
'
mkdir -p /usr/local/bin
'
,
'
cp
"
%s/mediaimport_create_ftp_user.sh
"
/usr/local/bin
'
%
(
dir_path
),
'
cp
"
%s/mediaimport_create_ftp_user.sh
"
/usr/local/bin
'
%
(
dir_path
),
...
...
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