Fix .ssh migration.

master
Mike Hiretsky 13 years ago
parent 46345fd4e5
commit c2cd293f30

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

Loading…
Cancel
Save