]> oss.titaniummirror.com Git - ovzbpc.git/blobdiff - bpcdump
Fix typo (no fi)
[ovzbpc.git] / 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: