AaronV77 / Monday

Scripts that create aliases in order to be able to push and pull from a central storage server that you can have at home.
GNU General Public License v2.0
0 stars 0 forks source link

Pull - Replacing Files #29

Closed AaronV77 closed 5 years ago

AaronV77 commented 5 years ago

When replacing files in the pull script there is a bug that I did not catch. When looking for the path to delete and then move the new file into that same position is bugged. I didn't think about the order in the array based off the alphabet and it affecting which comes first in the array. I have no solution for this right now, I'm going to bed.