Skip to content
Snippets Groups Projects
Commit e31e77dc authored by Florent Thiery's avatar Florent Thiery
Browse files

replace wildcard which doesnt work for installing mediaimport binaries

parent f88f9bd9
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ def setup(interactive=True):
'apt-get install --yes pure-ftpd python3-unidecode python3-mediaserver-mediaimport',
dict(line='adduser --disabled-login --gecos "" --shell /bin/false ftp', cond='id ftp', cond_neg=True, cond_skip=True),
'mkdir -p /usr/local/bin',
'cp "%s/mediaimport_*.sh" /usr/local/bin' % (dir_path),
'cp "%s/mediaimport_create_ftp_user.sh" /usr/local/bin' % (dir_path),
'cp "%s/mediaimport_remove_ftp_user.sh" /usr/local/bin' % (dir_path),
'mkdir -p /home/ftp/storage',
'mkdir -p /home/ftp/storage/incoming',
'mkdir -p /home/ftp/storage/watchfolder',
......
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