From dad686c55637417580ba25df01b523e3d1466a80 Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 21 Jun 2012 15:44:57 -0700 Subject: [PATCH] VCP : remove backup when apply succeeds --- .../systemvm/debian/config/opt/cloud/bin/vpc_loadbalancer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/systemvm/debian/config/opt/cloud/bin/vpc_loadbalancer.sh b/patches/systemvm/debian/config/opt/cloud/bin/vpc_loadbalancer.sh index fce42739370..556a86156e6 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/vpc_loadbalancer.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/vpc_loadbalancer.sh @@ -110,6 +110,8 @@ fw_entry() { if [ $success -ge 0 ] then fw_restore + else + fw_remove_backup fi return $success }