Alon Bar-Lev has posted comments on this change.

Change subject: packaging: engine-backup: Prevent password on command line
......................................................................


Patch Set 2:

(1 comment)

....................................................
File packaging/bin/engine-backup.sh
Line 132:                               echo -n "Enter database password: "
Line 133:                               read MY_DB_PASSWORD
Line 134:                               stty "${STTY_ORIG}"
Line 135:                               echo
Line 136:                               STTY_ORIG=
this should be a function within subshell and avoid the above cleanup.
Line 137:                       ;;
Line 138:                       --db-passfile=*)
Line 139:                               DB_PASSFILE="${v}"
Line 140:                               [ -r "${DB_PASSFILE}" ] || \


-- 
To view, visit http://gerrit.ovirt.org/20423
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Icbc497af2653417beab54a9be307332cdf69a48a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
Gerrit-Reviewer: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to