Closed virtuald closed 6 years ago
Solution is to SSH in and delete the directory, but we should handle this case.
Whoops, figures that I forgot to handle that.
Luckily rm -f returns 0 if the file doesn't exist anyway, so just unconditionally deleting it before copying everything over should do the trick.
rm -f
Solution is to SSH in and delete the directory, but we should handle this case.