mirror of https://github.com/apache/cloudstack.git
VCP : remove backup when apply succeeds
This commit is contained in:
parent
f2a030688e
commit
dad686c556
|
|
@ -110,6 +110,8 @@ fw_entry() {
|
|||
if [ $success -ge 0 ]
|
||||
then
|
||||
fw_restore
|
||||
else
|
||||
fw_remove_backup
|
||||
fi
|
||||
return $success
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue