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

Fixed syntax error in MediaImport setup.

parent 81e2715e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def setup(interactive=True):
'mkdir -p /usr/local/bin',
'cp "%s/mediaimport_create_ftp_user.sh" /usr/local/bin' % (dir_path),
'cp "%s/mediaimport_remove_ftp_user.sh" /usr/local/bin' % (dir_path),
'cp "%s/cron.d/* /etc/cron.d' % dir_path,
'cp "%s/cron.d/"* /etc/cron.d' % 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