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

fix install folder, refs ##20946

parent 412bab86
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ def setup(interactive=True): ...@@ -51,7 +51,7 @@ def setup(interactive=True):
login, password = ftpuser.split(':') login, password = ftpuser.split(':')
cmds.extend([ cmds.extend([
'mkdir -p /home/ftp/storage/incoming/%s' % login, 'mkdir -p /home/ftp/storage/incoming/%s' % login,
'"%s/create_ftp_account.sh" %s "%s" /home/ftp/storage/%s' % (dir_path, login, password, login), '"%s/create_ftp_account.sh" %s "%s" /home/ftp/storage/incoming/%s' % (dir_path, login, password, login),
]) ])
cmds.extend([ cmds.extend([
'chmod -R 775 /home/ftp/storage/incoming', 'chmod -R 775 /home/ftp/storage/incoming',
......
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