Alon Bar-Lev has uploaded a new change for review. Change subject: core: support overriding environment ......................................................................
core: support overriding environment rename conf suffix to env. Change-Id: I15983d058e7f474943fdf64fd75bd83e9073879d Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M src/bin/otopi 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/73/13473/1 diff --git a/src/bin/otopi b/src/bin/otopi index 83bc339..8325bc6 100755 --- a/src/bin/otopi +++ b/src/bin/otopi @@ -39,7 +39,7 @@ } ENV="/etc/otopi.env.d" -for f in $([ -d "${ENV}" ] && find "${ENV}" -name '*.conf' | sort); do +for f in $([ -d "${ENV}" ] && find "${ENV}" -name '*.env' | sort); do [ -r "${f}" ] && . "${f}" done -- To view, visit http://gerrit.ovirt.org/13473 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I15983d058e7f474943fdf64fd75bd83e9073879d Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches