Eli Mesika has uploaded a new change for review. Change subject: Fixing cleandb.sh logging ......................................................................
Fixing cleandb.sh logging Adding ":" after the l option in getopts to make th logging work. Change-Id: I1ae7beb0d4bbfcf37c83896a379ffc40bb6608d0 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1050954 Signed-off-by: Eli Mesika <emes...@redhat.com> --- M packaging/dbscripts/cleandb.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/94/23094/1 diff --git a/packaging/dbscripts/cleandb.sh b/packaging/dbscripts/cleandb.sh index a21ae0d..9f3713f 100755 --- a/packaging/dbscripts/cleandb.sh +++ b/packaging/dbscripts/cleandb.sh @@ -33,7 +33,7 @@ fi } -while getopts hs:d:u:p:lv option; do +while getopts hs:d:u:p:l:v option; do case $option in s) SERVERNAME=$OPTARG;; p) PORT=$OPTARG;; -- To view, visit http://gerrit.ovirt.org/23094 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1ae7beb0d4bbfcf37c83896a379ffc40bb6608d0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches