VCP : remove backup when apply succeeds

This commit is contained in:
anthony 2012-06-21 15:44:57 -07:00
parent f2a030688e
commit dad686c556
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ fw_entry() {
if [ $success -ge 0 ]
then
fw_restore
else
fw_remove_backup
fi
return $success
}