Anatoly Litovsky has uploaded a new change for review. Change subject: Providing correct path to fingerprint keyes ......................................................................
Providing correct path to fingerprint keyes Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1248372 Change-Id: Id8466ccabc143e41b1507d5020664a0a05e5c784 Signed-off-by: Tolik Litovsky <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/23/44323/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index 8d1b50e..0bf1956 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -1524,7 +1524,7 @@ done fi - ovirt_store_config $(ls /etc/ssh_host*_key*) + ovirt_store_config $(ls /etc/ssh/ssh_host*_key*) # FIXME is this still needed? if is_standalone; then -- To view, visit https://gerrit.ovirt.org/44323 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id8466ccabc143e41b1507d5020664a0a05e5c784 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
