Alon Bar-Lev has uploaded a new change for review. Change subject: db: do not override log file ......................................................................
db: do not override log file Change-Id: Ifcb59169ef4391fd935f68a36cc5147f5124163b Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M backend/manager/dbscripts/engine-db-install.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/11572/1 diff --git a/backend/manager/dbscripts/engine-db-install.sh b/backend/manager/dbscripts/engine-db-install.sh index 625a6ad..69d766f 100755 --- a/backend/manager/dbscripts/engine-db-install.sh +++ b/backend/manager/dbscripts/engine-db-install.sh @@ -153,7 +153,7 @@ LOGFILE="$LOG_PATH/$LOGFILE" fi - echo "#engine db installer log file on $HOST" > $LOGFILE + echo "#engine db installer log file on $HOST" >> $LOGFILE } -- To view, visit http://gerrit.ovirt.org/11572 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifcb59169ef4391fd935f68a36cc5147f5124163b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine 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