Fix copy .ssh data.

master
Mike Hiretsky 13 years ago
parent fb934b4f98
commit cfc9b5d6be

@ -2452,7 +2452,8 @@ class cl_install(color_print, SignalInterrupt):
fileCpy = otherfilesCopy(target=targetDistr.getDirectory(), fileCpy = otherfilesCopy(target=targetDistr.getDirectory(),
reTest=fileMask) reTest=fileMask)
fileCpy.performCopy('/etc') fileCpy.performCopy('/etc')
fileCpy.performCopy('/root/.ssh') if path.exists('/root/.ssh'):
fileCpy.performCopy('/root/.ssh')
self.printByResult(True) self.printByResult(True)
# optimize initrd # optimize initrd

Loading…
Cancel
Save