]> oss.titaniummirror.com Git - ovzbpc.git/commitdiff
Fix typo (no fi)
authorsmckown <smckown@986fd584-583e-0410-b54d-b9fe63dff8e5>
Mon, 9 Jun 2008 21:53:12 +0000 (21:53 +0000)
committersmckown <smckown@986fd584-583e-0410-b54d-b9fe63dff8e5>
Mon, 9 Jun 2008 21:53:12 +0000 (21:53 +0000)
bpcdump

diff --git a/bpcdump b/bpcdump
index 5bd886a5b47229e53a4a02569655a7f376308b39..9806ee87ab2a38cc451124d8ef7075d2f48999f4 100755 (executable)
--- 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: