From: smckown Date: Mon, 9 Jun 2008 21:53:12 +0000 (+0000) Subject: Fix typo (no fi) X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;h=289d1dadd49080f4ef37e7745c290c33ae38e30b;p=ovzbpc.git Fix typo (no fi) --- diff --git a/bpcdump b/bpcdump index 5bd886a..9806ee8 100755 --- a/bpcdump +++ b/bpcdump @@ -44,9 +44,10 @@ restartve() info "restarting VEID $VEID" vzctl start $VEID && unset running if [ $? = 0 ]; then - info "VEID $VEID has been started" + info "VEID $VEID has been started" else - error "VEID $VEID failed to start; backup continues" + error "VEID $VEID failed to start; backup continues" + fi fi } @@ -230,3 +231,5 @@ if [ -n "$WRITEPAR" ]; then fi cleanup 0 "successful" + +# vi: set shiftwidth=4: