Commit 70f4883
Upload/Rsync/Rsync:prepare_dest_dir: Running mkdir against rsync path instead of base dir (#268)
Resolves #267
The default behaviour of this function is to run "mkdir -p /" on the rsync target host. This is the wrong target location. This commit resolves this by running "mkdir -p `rsync_path`" which is where the RsyncUploadThread class sets the destination.1 parent 2a95b86 commit 70f4883
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments